summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2011-07-22 17:23:31 +0200
committerMichael Adam <obnox@samba.org>2011-07-28 11:17:26 +0200
commit37f548d788c69fa45311dd294edcc06a38599712 (patch)
tree1d6759ca47d908d8543e880e16e1e4cbd05fc390 /source3/include/proto.h
parent1379ef8b7bbc09a0863705933bd57e5b6275d6a9 (diff)
downloadsamba-37f548d788c69fa45311dd294edcc06a38599712.tar.gz
samba-37f548d788c69fa45311dd294edcc06a38599712.tar.bz2
samba-37f548d788c69fa45311dd294edcc06a38599712.zip
s3:loadparm: add lp_load_client() that also sets the client state internally
Diffstat (limited to 'source3/include/proto.h')
-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 5fe3be2fdb..6e9364c710 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1619,6 +1619,7 @@ bool lp_load(const char *pszFname,
bool initialize_globals);
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_with_registry_shares(const char *pszFname,
bool global_only,
bool save_defaults,