diff options
author | Gerald Carter <jerry@samba.org> | 2001-08-10 04:28:25 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-08-10 04:28:25 +0000 |
commit | df1aba5736ceec8ed1ea38f5291b43a05e9b1e36 (patch) | |
tree | 8a4e914df35302c3976baebd2fe54e4de82852e1 /source/include/proto.h | |
parent | 3a15071897f0e7c0651ff0be05ead8669c3e0e03 (diff) | |
download | samba-df1aba5736ceec8ed1ea38f5291b43a05e9b1e36.tar.gz samba-df1aba5736ceec8ed1ea38f5291b43a05e9b1e36.tar.xz samba-df1aba5736ceec8ed1ea38f5291b43a05e9b1e36.zip |
make proto
Diffstat (limited to 'source/include/proto.h')
-rw-r--r-- | source/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h index 67aeae744cf..b46e057c8a5 100644 --- a/source/include/proto.h +++ b/source/include/proto.h @@ -1869,7 +1869,7 @@ int lp_security(void); int lp_maxdisksize(void); int lp_lpqcachetime(void); int lp_max_smbd_processes(void); -int lp_lanman_printing_only(void); +int lp_disable_spoolss(void); int lp_totalprintjobs(void); int lp_syslog(void); int lp_client_code_page(void); |