summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2006-04-23 15:29:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:04:12 -0500
commit5ea77ad66b5fc092b697e705571591b3041f0ffe (patch)
treeddcf0c73473fe41e3eaff3f057926249a6ee245f /source4
parent2283810356c9836072b1f948228f6b47f25e9e98 (diff)
downloadsamba-5ea77ad66b5fc092b697e705571591b3041f0ffe.tar.gz
samba-5ea77ad66b5fc092b697e705571591b3041f0ffe.tar.bz2
samba-5ea77ad66b5fc092b697e705571591b3041f0ffe.zip
r15177: Wrap ldb_strerror() function.
(This used to be commit af2b709f940fb18649ba279e2d9df37f44ab0162)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/swig/ldb.i1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/swig/ldb.i b/source4/lib/ldb/swig/ldb.i
index 00f038b16e..a2c5cb7849 100644
--- a/source4/lib/ldb/swig/ldb.i
+++ b/source4/lib/ldb/swig/ldb.i
@@ -204,6 +204,7 @@ int ldb_global_init(void);
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[]);