1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-27 22:50:26 +03:00

param: Only include param_proto.h for Samba builds, provide those

prototypes necessary for external users (OpenChange) manually.
This commit is contained in:
Jelmer Vernooij 2010-09-13 20:40:19 +02:00
parent 95a0b6830f
commit f1b21bee16
2 changed files with 7 additions and 1 deletions

View File

@ -69,7 +69,13 @@ struct smbcli_options;
struct smbcli_session_options;
struct gensec_settings;
#ifdef CONFIG_H_IS_FROM_SAMBA
#include "param/param_proto.h"
#endif
const char **lpcfg_interfaces(struct loadparm_context *);
const char *lpcfg_realm(struct loadparm_context *);
const char *lpcfg_netbios_name(struct loadparm_context *);
void reload_charcnv(struct loadparm_context *lp_ctx);

View File

@ -7,7 +7,7 @@ bld.SAMBA_LIBRARY('LIBSAMBA-HOSTCONFIG',
deps='DYNCONFIG CHARSET',
public_deps='LIBSAMBA-UTIL',
public_headers='param.h',
autoproto='param_proto.h'
autoproto='param_proto.h',
)