summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-14 11:24:01 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-14 11:24:01 +0000
commite2b50d04ad5eb5fa7c10b59cf5ba0cfe374ab240 (patch)
tree1f390e8d15e40d656034435929d339c93fb1614a /source3/include/proto.h
parenta62ff8003e5e34f671e0036a2dde5742f0cf5ee4 (diff)
downloadsamba-e2b50d04ad5eb5fa7c10b59cf5ba0cfe374ab240.tar.gz
samba-e2b50d04ad5eb5fa7c10b59cf5ba0cfe374ab240.tar.bz2
samba-e2b50d04ad5eb5fa7c10b59cf5ba0cfe374ab240.zip
if a local parameter is changed at the global level then propogate the
change to all shares that are currently set to the default value. (This used to be commit b0e1183b2cbeb7a3150b7250cd19d14c9e5508b6)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b324ae6bb1..9c7c37f1a6 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1017,6 +1017,7 @@ BOOL lp_add_printer(char *pszPrintername, int iDefaultService);
BOOL lp_file_list_changed(void);
void *lp_local_ptr(int snum, void *ptr);
BOOL lp_do_parameter(int snum, char *pszParmName, char *pszParmValue);
+BOOL lp_is_default(int snum, struct parm_struct *parm);
struct parm_struct *lp_next_parameter(int snum, int *i, int allparameters);
BOOL lp_snum_ok(int iService);
BOOL lp_loaded(void);