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

derrell at samba.org derrell at samba.org
Sat Jun 4 22:30:38 GMT 2005


Author: derrell
Date: 2005-06-04 22:30:38 +0000 (Sat, 04 Jun 2005)
New Revision: 7286

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

Log:
add prototype for public connect function in ldb_sqlite3
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	2005-06-04 22:27:33 UTC (rev 7285)
+++ branches/SAMBA_4_0/source/lib/ldb/include/ldb_private.h	2005-06-04 22:30:38 UTC (rev 7286)
@@ -109,6 +109,9 @@
 struct ldb_context *lldb_connect(const char *url, 
 				 unsigned int flags, 
 				 const char *options[]);
+struct ldb_context *lsqlite3_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[]);
 



More information about the samba-cvs mailing list