svn commit: samba r16084 - in branches/SAMBA_4_0/source/lib/ldb/include: .

abartlet at samba.org abartlet at samba.org
Wed Jun 7 22:03:06 GMT 2006


Author: abartlet
Date: 2006-06-07 22:03:06 +0000 (Wed, 07 Jun 2006)
New Revision: 16084

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16084

Log:
Add private prototype for new ldb_connect_backend() function.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2006-06-07 21:03:38 UTC (rev 16083)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2006-06-07 22:03:06 UTC (rev 16084)
@@ -130,6 +130,11 @@
 */
 #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[]);



More information about the samba-cvs mailing list