From 4e41d38df3ad80a379899b611f7e2fac44d42155 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 26 Jul 2011 12:44:44 +0200 Subject: s3:loadparm: add wrapper lp_load_client_no_reinit() --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/proto.h b/source3/include/proto.h index a3e5fb6b4a..de4ed05134 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1620,6 +1620,7 @@ bool lp_load_initial_only(const char *pszFname); bool lp_load_global(const char *file_name); bool lp_load_client(const char *file_name); bool lp_load_global_no_reinit(const char *file_name); +bool lp_load_client_no_reinit(const char *file_name); bool lp_load_with_registry_shares(const char *pszFname, bool global_only, bool save_defaults, -- cgit