r6931: declare this to avoid warnings until we have loadable modules
authorSimo Sorce <idra@samba.org>
Sun, 22 May 2005 10:02:53 +0000 (10:02 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:16:58 +0000 (13:16 -0500)
(This used to be commit 73258909dbd4e14f3c8eb5cebe0647539d141c8d)

source4/lib/ldb/include/ldb_private.h

index 7a0b2fef759002363bd5d0b8a8bbf19efa14b7bb..4f86655a7624c9e932783699c2ed84f1a0061b11 100644 (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);