summaryrefslogtreecommitdiffstats
path: root/source/include
diff options
context:
space:
mode:
authorHerb Lewis <herb@samba.org>1998-12-16 23:37:49 +0000
committerHerb Lewis <herb@samba.org>1998-12-16 23:37:49 +0000
commit75da3f03e321c06ec2dcc8edbdad850c1322f824 (patch)
treedb2981038434d07c205416fb15685fe685bcd348 /source/include
parentb9b6af70047e52bac4089f4898c5ffd8e6b5d3d5 (diff)
downloadsamba-75da3f03e321c06ec2dcc8edbdad850c1322f824.tar.gz
samba-75da3f03e321c06ec2dcc8edbdad850c1322f824.tar.xz
samba-75da3f03e321c06ec2dcc8edbdad850c1322f824.zip
loadparm.c added function to reset number of services (for swat)
swat.c fixed create new share and printer proto.h new function in loadparm.c
Diffstat (limited to 'source/include')
-rw-r--r--source/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/proto.h b/source/include/proto.h
index effdcc2d61f..015edd8fbed 100644
--- a/source/include/proto.h
+++ b/source/include/proto.h
@@ -1155,6 +1155,7 @@ void lp_add_one_printer(char *name,char *comment);
BOOL lp_loaded(void);
void lp_killunused(BOOL (*snumused)(int ));
BOOL lp_load(char *pszFname,BOOL global_only, BOOL save_defaults, BOOL add_ipc);
+void lp_resetnumservices(void);
int lp_numservices(void);
void lp_dump(FILE *f, BOOL show_defaults, int maxtoprint);
void lp_dump_one(FILE *f, BOOL show_defaults, int snum);