summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2012-04-12 17:03:38 +1000
committerAndrew Bartlett <abartlet@samba.org>2012-04-16 14:32:38 +1000
commit0eacc476229e9d6c5926096b73546b5363cd9d60 (patch)
tree31e7d3ba05bb0f28421d64d04253792df65bc3fd /source3/include
parentcf28df1d9005ce15bc28615da4a9de0cd39c5573 (diff)
downloadsamba-0eacc476229e9d6c5926096b73546b5363cd9d60.tar.gz
samba-0eacc476229e9d6c5926096b73546b5363cd9d60.tar.bz2
samba-0eacc476229e9d6c5926096b73546b5363cd9d60.zip
param: Change from _lp to lp__ as the prefix for internal parameter wrappers
This will make a merge with the lib/param param code easier, as we can then paste lp_ to the front of all parameters unconditionally. Andrew Bartlett
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 57d39b032d..dae69b7501 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1259,7 +1259,7 @@ bool lp_paranoid_server_security(void);
int lp_maxdisksize(void);
int lp_lpqcachetime(void);
int lp_max_smbd_processes(void);
-bool _lp_disable_spoolss(void);
+bool lp__disable_spoolss(void);
int lp_syslog(void);
int lp_lm_announce(void);
int lp_lm_interval(void);