diff options
Diffstat (limited to 'source4')
-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 21a97fbcd0..19ec6322d3 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); |