summaryrefslogtreecommitdiffstats
path: root/lib/param/loadparm.h
diff options
context:
space:
mode:
authorGarming Sam <garming@catalyst.net.nz>2014-02-28 13:19:16 +1300
committerAndrew Bartlett <abartlet@samba.org>2014-07-07 23:32:36 +0200
commit288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6 (patch)
treee4491d1e3b32f9832aa120a4d93e0ae5ae8057bd /lib/param/loadparm.h
parent090fb5a517377a5156f299799fadcd6ae7613f42 (diff)
downloadsamba-288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6.tar.gz
samba-288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6.tar.xz
samba-288e29b7a9eeee59e85d0b26ca66dd1fc770c6a6.zip
param: set the flags on a s3 loadparm context
By setting up the flags when we initialize the context, the flags can be accessed by lib/param at any time. Change-Id: I60d4f3a9108560e204cf5f37da9c7d995939e146 Signed-off-by: Garming Sam <garming@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Nadezhda Ivanova <nivanova@samba.org>
Diffstat (limited to 'lib/param/loadparm.h')
-rw-r--r--lib/param/loadparm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/loadparm.h b/lib/param/loadparm.h
index ebb3417962..1c59e36b8e 100644
--- a/lib/param/loadparm.h
+++ b/lib/param/loadparm.h
@@ -278,6 +278,7 @@ int lp_find_security(int server_role, int security);
bool lp_is_security_and_server_role_valid(int server_role, int security);
struct loadparm_global * get_globals(void);
+unsigned int * get_flags(void);
char * lp_string(TALLOC_CTX *, const char *);
bool lp_string_set(char **, const char *);
int getservicebyname(const char *, struct loadparm_service *);