1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

param: Add prototype for lpcfg_private_dir(), used by openchange.

This commit is contained in:
Jelmer Vernooij 2010-09-14 02:36:51 +02:00
parent 1e5ea0be84
commit 8e328c4e32

View File

@ -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);