From 0eacc476229e9d6c5926096b73546b5363cd9d60 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 12 Apr 2012 17:03:38 +1000 Subject: 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 --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/proto.h') 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); -- cgit