Author: tpot
Date: 2006-04-17 21:59:44 +0000 (Mon, 17 Apr 2006)
New Revision: 15109

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

Log:
Wrap ldb_global_init()

Modified:
   branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i        2006-04-17 17:56:57 UTC 
(rev 15108)
+++ branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i        2006-04-17 21:59:44 UTC 
(rev 15109)
@@ -199,6 +199,8 @@
  * Wrap ldb functions 
  */
 
+int ldb_global_init(void);
+
 struct ldb_context *ldb_init(TALLOC_CTX *mem_ctx);
 
 const char *ldb_errstring(struct ldb_context *ldb);

Reply via email to