summaryrefslogtreecommitdiff
path: root/source4/param/param.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-09-14 02:36:51 +0200
committerJelmer Vernooij <jelmer@samba.org>2010-09-14 10:54:28 +0200
commit8e328c4e329221011a2f018c5c050dc6b642db70 (patch)
treec93efcabe711ed484b7b491da2821430cd79fe5f /source4/param/param.h
parent1e5ea0be8461ebde4fc52fedeebb0628e1eaf44d (diff)
downloadsamba-8e328c4e329221011a2f018c5c050dc6b642db70.tar.gz
samba-8e328c4e329221011a2f018c5c050dc6b642db70.tar.bz2
samba-8e328c4e329221011a2f018c5c050dc6b642db70.zip
param: Add prototype for lpcfg_private_dir(), used by openchange.
Diffstat (limited to 'source4/param/param.h')
-rw-r--r--source4/param/param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/param/param.h b/source4/param/param.h
index 93c759451b..ea121fa6da 100644
--- a/source4/param/param.h
+++ b/source4/param/param.h
@@ -76,6 +76,7 @@ struct gensec_settings;
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 *);
void reload_charcnv(struct loadparm_context *lp_ctx);