prototype updates
authorAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 08:31:48 +0000 (08:31 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sat, 14 Mar 1998 08:31:48 +0000 (08:31 +0000)
(This used to be commit a565ff605094ed5b05d82b59b7993a3088873733)

source3/include/proto.h

index c496e9531aebce1cc3c33587b217bd940d26be53..b324ae6bb1a730b995b20cd14d9026176464bc6d 100644 (file)
@@ -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);