diff options
author | Jeremy Allison <jra@samba.org> | 2008-07-15 14:37:48 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2008-07-15 14:37:48 -0700 |
commit | 24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f (patch) | |
tree | 0da0d85ccbb86f3710fe73b14513bf1ddbf9324a /source3/include | |
parent | 1939177582867fb54a416f3ea979ebd8d4335885 (diff) | |
download | samba-24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f.tar.gz samba-24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f.tar.bz2 samba-24eec914c0d5a2ff6b6e8b0ee0bc000a9af13d4f.zip |
Fix swat. Bug #5613.
Jeremy
(This used to be commit 15920f838835f5dbbac8712202267c2a99237686)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9958c91dca..f7f0836c8f 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6166,7 +6166,6 @@ bool lp_load_with_registry_shares(const char *pszFname, bool save_defaults, bool add_ipc, bool initialize_globals); -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); |