summaryrefslogtreecommitdiff
path: root/lib/param/param.h
diff options
context:
space:
mode:
authorKai Blin <kai@samba.org>2011-12-16 14:25:57 +0100
committerKai Blin <kai@samba.org>2011-12-17 04:19:40 +0100
commitb1fdf4065e4569e58ffceb44e9f4105fa1f8740e (patch)
tree22581427e87316d00b3377fed09c6dd296cedaec /lib/param/param.h
parentafa98bdc51c635cb7d7cc8c63497598e522610fd (diff)
downloadsamba-b1fdf4065e4569e58ffceb44e9f4105fa1f8740e.tar.gz
samba-b1fdf4065e4569e58ffceb44e9f4105fa1f8740e.tar.bz2
samba-b1fdf4065e4569e58ffceb44e9f4105fa1f8740e.zip
s4 dns: Allow updates based on smb.conf setting
Autobuild-User: Kai Blin <kai@samba.org> Autobuild-Date: Sat Dec 17 04:19:40 CET 2011 on sn-devel-104
Diffstat (limited to 'lib/param/param.h')
-rw-r--r--lib/param/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/param/param.h b/lib/param/param.h
index f6823859d8..079ef8b9a6 100644
--- a/lib/param/param.h
+++ b/lib/param/param.h
@@ -56,6 +56,7 @@ 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 *);
+int lpcfg_allow_dns_updates(struct loadparm_context *);
void reload_charcnv(struct loadparm_context *lp_ctx);