summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2015-03-03 22:29:09 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-03 23:20:06 +0100
commit359e86af28719fd84e3b15cfb709536132dc2c14 (patch)
treed2c691ca46e25a76367f82c4a3d8baa8920a5ba9 /lib
parentf87e6df34ac05b352c6c74bf1fd1d678ee23217f (diff)
downloadsamba-359e86af28719fd84e3b15cfb709536132dc2c14.tar.gz
samba-359e86af28719fd84e3b15cfb709536132dc2c14.tar.xz
samba-359e86af28719fd84e3b15cfb709536132dc2c14.zip
pyldb: Remove use of staticforward macro
Signed-off-by: Petr Viktorin <pviktori@redhat.com> Reviewed-by: Jelmer Vernooij <jelmer@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'lib')
-rw-r--r--lib/ldb/pyldb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ldb/pyldb.c b/lib/ldb/pyldb.c
index 9ee71eb73f..67a3577186 100644
--- a/lib/ldb/pyldb.c
+++ b/lib/ldb/pyldb.c
@@ -48,7 +48,7 @@ static PyTypeObject PyLdb;
static PyTypeObject PyLdbMessageElement;
#define pyldb_MessageElement_Check(ob) PyObject_TypeCheck(ob, &PyLdbMessageElement)
-staticforward PyTypeObject PyLdbTree;
+static PyTypeObject PyLdbTree;
static PyObject *PyLdb_FromLdbContext(struct ldb_context *ldb_ctx);
static PyObject *PyLdbModule_FromModule(struct ldb_module *mod);
static struct ldb_message_element *PyObject_AsMessageElement(