diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2011-02-22 23:52:25 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-02-23 00:44:15 +0100 |
commit | 9652cceb081b888e8f769a37f9b094237f7c9d4f (patch) | |
tree | 6ad2f302cfb7cfa522d3fed1077fa4e2ed886c35 /source4/param | |
parent | 40dd6ce3ac63bb187dedc836c0bce14798b0ed8d (diff) | |
download | samba-9652cceb081b888e8f769a37f9b094237f7c9d4f.tar.gz |
Make lpcfg_server_role public.
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Wed Feb 23 00:44:16 CET 2011 on sn-devel-104
Diffstat (limited to 'source4/param')
-rw-r--r-- | source4/param/param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/param/param.h b/source4/param/param.h index 21a97fbcd02..19ec6322d3f 100644 --- a/source4/param/param.h +++ b/source4/param/param.h @@ -77,6 +77,7 @@ const char **lpcfg_interfaces(struct loadparm_context *); const char *lpcfg_realm(struct loadparm_context *); const char *lpcfg_netbios_name(struct loadparm_context *); const char *lpcfg_private_dir(struct loadparm_context *); +int lpcfg_server_role(struct loadparm_context *); void reload_charcnv(struct loadparm_context *lp_ctx); |