summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/pyldb.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-07-18 16:11:21 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-07-18 16:11:21 +0200
commitd356669492912ad97d031694123b628a9307c3bd (patch)
tree86f1e6d34980ef39c4d56b9e719195480b11817e /source4/lib/ldb/pyldb.h
parent8c5aff207d25764dd457050c2e5975b4b42c917f (diff)
downloadsamba-d356669492912ad97d031694123b628a9307c3bd.tar.gz
samba-d356669492912ad97d031694123b628a9307c3bd.tar.bz2
samba-d356669492912ad97d031694123b628a9307c3bd.zip
Remove pyldb_util and simply duplicate the 5-line function it contains,
rather than creating a separate shared library for it.
Diffstat (limited to 'source4/lib/ldb/pyldb.h')
-rw-r--r--source4/lib/ldb/pyldb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/lib/ldb/pyldb.h b/source4/lib/ldb/pyldb.h
index e0e0d2af69..a0954158bd 100644
--- a/source4/lib/ldb/pyldb.h
+++ b/source4/lib/ldb/pyldb.h
@@ -85,7 +85,6 @@ typedef struct {
PyObject *PyLdbTree_FromTree(struct ldb_parse_tree *);
#define PyLdbTree_AsTree(pyobj) ((PyLdbTreeObject *)pyobj)->tree
-void PyErr_SetLdbError(PyObject *exctype, int ret, struct ldb_context *ldb_ctx);
#define PyErr_LDB_ERROR_IS_ERR_RAISE(err,ret,ldb) \
if (ret != LDB_SUCCESS) { \
PyErr_SetLdbError(err, ret, ldb); \