summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-07-26 12:44:44 +0200
committerMichael Adam <obnox@samba.org>2011-07-28 11:17:28 +0200
commit4e41d38df3ad80a379899b611f7e2fac44d42155 (patch)
tree491a9eb8021a585ccdfdc9a305bc045e9ec2e988 /source3/include
parent5676fbb3991cf20dc9686ea416ca83590f975683 (diff)
downloadsamba-4e41d38df3ad80a379899b611f7e2fac44d42155.tar.gz
samba-4e41d38df3ad80a379899b611f7e2fac44d42155.tar.bz2
samba-4e41d38df3ad80a379899b611f7e2fac44d42155.zip
s3:loadparm: add wrapper lp_load_client_no_reinit()
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
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,