1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-12 20:58:37 +03:00

r6931: declare this to avoid warnings until we have loadable modules

This commit is contained in:
Simo Sorce 2005-05-22 10:02:53 +00:00 committed by Gerald (Jerry) Carter
parent e6b53ce177
commit 73258909db

View File

@ -110,6 +110,7 @@ struct ldb_context *lldb_connect(const char *url,
unsigned int flags,
const char *options[]);
struct ldb_module *timestamps_module_init(struct ldb_context *ldb, const char *options[]);
struct ldb_module *schema_module_init(struct ldb_context *ldb, const char *options[]);
const char **ldb_options_parse(const char **options, int *ldbopts, const char *arg);