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/param/loadparm.c | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'source3/param') diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c index f02ef261df..340031b45f 100644 --- a/source3/param/loadparm.c +++ b/source3/param/loadparm.c @@ -9162,13 +9162,13 @@ bool lp_is_in_client(void) False on failure. ***************************************************************************/ -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) +static 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) { char *n2 = NULL; bool bRetval; -- cgit