diff options
author | Andrew Tridgell <tridge@samba.org> | 1997-12-03 03:37:02 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1997-12-03 03:37:02 +0000 |
commit | 11d7f4a2aa01d5bd010fd18934c2516f39a41e3c (patch) | |
tree | 5850891085fca2c91ef9b77a98163648e0c448d6 /source3/include | |
parent | cc12fc66d1f958c3c04d6f106b4e9128f6bce925 (diff) | |
download | samba-11d7f4a2aa01d5bd010fd18934c2516f39a41e3c.tar.gz samba-11d7f4a2aa01d5bd010fd18934c2516f39a41e3c.tar.bz2 samba-11d7f4a2aa01d5bd010fd18934c2516f39a41e3c.zip |
make the "printing" option a per share option rather than global. When
printing to lots of different sorts of remote printers this is useful
(This used to be commit 7a88bed4a5ca8afe1f2836f7f9a019db01bf998e)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7302fb4998..66704c37ef 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -288,7 +288,6 @@ int lp_shmem_size(void); int lp_deadtime(void); int lp_maxprotocol(void); int lp_security(void); -int lp_printing(void); int lp_maxdisksize(void); int lp_lpqcachetime(void); int lp_syslog(void); @@ -366,6 +365,7 @@ int lp_force_dir_mode(int ); int lp_max_connections(int ); int lp_defaultcase(int ); int lp_minprintspace(int ); +int lp_printing(int ); char lp_magicchar(int ); BOOL lp_add_home(char *pszHomename, int iDefaultService, char *pszHomedir); int lp_add_service(char *pszService, int iDefaultService); |