From 73258909dbd4e14f3c8eb5cebe0647539d141c8d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Sun, 22 May 2005 10:02:53 +0000 Subject: [PATCH] r6931: declare this to avoid warnings until we have loadable modules --- source/lib/ldb/include/ldb_private.h | 1 + 1 file changed, 1 insertion(+) diff --git a/source/lib/ldb/include/ldb_private.h b/source/lib/ldb/include/ldb_private.h index 7a0b2fef759..4f86655a762 100644 --- a/source/lib/ldb/include/ldb_private.h +++ b/source/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); -- 2.34.1