r16084: Add private prototype for new ldb_connect_backend() function.
authorAndrew Bartlett <abartlet@samba.org>
Wed, 7 Jun 2006 22:03:06 +0000 (22:03 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:08:57 +0000 (14:08 -0500)
Andrew Bartlett
(This used to be commit 684126223046d88d1ff446767ab6783f6391b50c)

source4/lib/ldb/include/ldb_private.h

index 6d017d5cc15e69d0fb2498eee3f950a7e1095c3e..a10c3433525d0b7fb0b33229be85f47a84a0dbcc 100644 (file)
@@ -130,6 +130,11 @@ struct ldb_context {
 */
 #define ldb_oom(ldb) ldb_debug_set(ldb, LDB_DEBUG_FATAL, "ldb out of memory at %s:%d\n", __FILE__, __LINE__)
 
+/* The following definitions come from lib/ldb/common/ldb.c  */
+
+int ldb_connect_backend(struct ldb_context *ldb, const char *url, unsigned int flags, const char *options[],
+                       struct ldb_module **backend_module);
+
 /* The following definitions come from lib/ldb/common/ldb_modules.c  */
 
 int ldb_load_modules(struct ldb_context *ldb, const char *options[]);