ldb: Add prototype for ldb_init_module.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 17 Dec 2010 23:11:36 +0000 (00:11 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Fri, 17 Dec 2010 23:47:06 +0000 (00:47 +0100)
source4/lib/ldb/include/ldb_module.h

index 836c562dfcd2c70c2bba9bed9d731d69fc146120..bd3eaac547b06ee8302b33da15797be262c71824 100644 (file)
@@ -313,5 +313,10 @@ int ldb_module_connect_backend(struct ldb_context *ldb,
  */
 int ldb_module_init_chain(struct ldb_context *ldb, struct ldb_module *module);
 
+/*
+ * prototype for the init function defined by dynamically loaded modules
+ */
+int ldb_init_module(const char *version);
+
 
 #endif