summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--source3/include/proto.h1
-rw-r--r--source3/param/loadparm.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 356bf91dd89..d401dfbef3e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -994,6 +994,7 @@ NTSTATUS trust_pw_change(struct netlogon_creds_cli_context *context,
char *lp_servicename(TALLOC_CTX *ctx, int);
const char *lp_const_servicename(int);
bool lp_autoloaded(int);
+const char *lp_dnsdomain(void);
int lp_winbind_max_domain_connections(void);
bool lp_idmap_range(const char *domain_name, uint32_t *low, uint32_t *high);
bool lp_idmap_default_range(uint32_t *low, uint32_t *high);
diff --git a/source3/param/loadparm.c b/source3/param/loadparm.c
index 74be8859232..4814d25e6d2 100644
--- a/source3/param/loadparm.c
+++ b/source3/param/loadparm.c
@@ -1153,6 +1153,7 @@ FN_LOCAL_CONST_STRING(const_servicename, szService)
/* These functions cannot be auto-generated */
FN_LOCAL_BOOL(autoloaded, autoloaded)
+FN_GLOBAL_CONST_STRING(dnsdomain, dnsdomain)
/* local prototypes */