Author: tpot
Date: 2006-04-23 15:29:25 +0000 (Sun, 23 Apr 2006)
New Revision: 15177

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

Log:
Wrap ldb_strerror() function.

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-23 11:25:02 UTC 
(rev 15176)
+++ branches/SAMBA_4_0/source/lib/ldb/swig/ldb.i        2006-04-23 15:29:25 UTC 
(rev 15177)
@@ -204,6 +204,7 @@
 struct ldb_context *ldb_init(TALLOC_CTX *mem_ctx);
 
 const char *ldb_errstring(struct ldb_context *ldb);
+const char *ldb_strerror(int ldb_err);
 
 int ldb_connect(struct ldb_context *ldb, const char *url, unsigned int flags, 
const char *options[]);
 

Reply via email to