summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-14 08:31:48 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-14 08:31:48 +0000
commita565ff605094ed5b05d82b59b7993a3088873733 (patch)
tree2518da7510e8b5427500688810eecafa24551ca8
parent5b1fca9d3e995f2ea4dc2bcbef92c033463e9847 (diff)
downloadsamba-a565ff605094ed5b05d82b59b7993a3088873733.tar.gz
samba-a565ff605094ed5b05d82b59b7993a3088873733.tar.xz
samba-a565ff605094ed5b05d82b59b7993a3088873733.zip
prototype updates
-rw-r--r--source/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index c496e9531ae..b324ae6bb1a 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1021,7 +1021,7 @@ struct parm_struct *lp_next_parameter(int snum, int *i, int allparameters);
BOOL lp_snum_ok(int iService);
BOOL lp_loaded(void);
void lp_killunused(BOOL (*snumused)(int ));
-BOOL lp_load(char *pszFname,BOOL global_only);
+BOOL lp_load(char *pszFname,BOOL global_only, BOOL save_defaults, BOOL add_ipc);
int lp_numservices(void);
void lp_dump(FILE *f);
int lp_servicenumber(char *pszServiceName);