From 34092c11b49a8bb16838be414cb71b0b5c2136bf Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Fri, 20 Aug 2010 11:14:06 +0200 Subject: s3:loadparm: make lp_load_ex static. We have wrappers for external callers. --- source3/include/proto.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index 4f63a77e99..09c34ed3e7 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -4016,13 +4016,6 @@ int load_usershare_shares(void); void gfree_loadparm(void); void lp_set_in_client(bool b); bool lp_is_in_client(void); -bool lp_load_ex(const char *pszFname, - bool global_only, - bool save_defaults, - bool add_ipc, - bool initialize_globals, - bool allow_include_registry, - bool allow_registry_shares); bool lp_load(const char *pszFname, bool global_only, bool save_defaults, -- cgit