From: Simo Sorce Date: Sun, 22 May 2005 10:02:53 +0000 (+0000) Subject: r6931: declare this to avoid warnings until we have loadable modules X-Git-Tag: samba-4.0.0alpha6~801^3~10926 X-Git-Url: http://git.samba.org/samba.git/?p=sfrench%2Fsamba-autobuild%2F.git;a=commitdiff_plain;h=fc21940da5d35ae03f73834fb6ed61de5dc15bf1 r6931: declare this to avoid warnings until we have loadable modules (This used to be commit 73258909dbd4e14f3c8eb5cebe0647539d141c8d) --- diff --git a/source4/lib/ldb/include/ldb_private.h b/source4/lib/ldb/include/ldb_private.h index 7a0b2fef759..4f86655a762 100644 --- a/source4/lib/ldb/include/ldb_private.h +++ b/source4/lib/ldb/include/ldb_private.h @@ -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);