diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-14 08:31:48 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-14 08:31:48 +0000 |
commit | a62ff8003e5e34f671e0036a2dde5742f0cf5ee4 (patch) | |
tree | 6fb17a090ecd6ce238f934294ba5d6a680af2516 /source3/include | |
parent | 63e56c246077d01f821d231845d713545bf8a3e8 (diff) | |
download | samba-a62ff8003e5e34f671e0036a2dde5742f0cf5ee4.tar.gz samba-a62ff8003e5e34f671e0036a2dde5742f0cf5ee4.tar.bz2 samba-a62ff8003e5e34f671e0036a2dde5742f0cf5ee4.zip |
prototype updates
(This used to be commit a565ff605094ed5b05d82b59b7993a3088873733)
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 c496e9531a..b324ae6bb1 100644 --- a/source3/include/proto.h +++ b/source3/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); |