From f5fe9c32ef833d3f1ee4b891f46e94382aa182fe Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 29 Dec 2010 18:09:09 +0100 Subject: s4-python: Add more prototypes. --- source4/lib/ldb-samba/pyldb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb-samba') diff --git a/source4/lib/ldb-samba/pyldb.c b/source4/lib/ldb-samba/pyldb.c index 9345145af1..cce653e20a 100644 --- a/source4/lib/ldb-samba/pyldb.c +++ b/source4/lib/ldb-samba/pyldb.c @@ -29,6 +29,8 @@ #include "lib/ldb-samba/ldif_handlers.h" #include "auth/pyauth.h" +void init_ldb(void); + static PyObject *pyldb_module; static PyObject *py_ldb_error; staticforward PyTypeObject PySambaLdb; -- cgit