diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-29 18:09:09 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2011-01-01 02:54:05 +0100 |
commit | f5fe9c32ef833d3f1ee4b891f46e94382aa182fe (patch) | |
tree | 0d356b43c6bd5ccd4af090c0173b7d0f63ba540b /source4/lib/ldb-samba | |
parent | 4350e0c3c99fedab99ab1cc680e9d8fe555162e9 (diff) | |
download | samba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.tar.gz samba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.tar.bz2 samba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.zip |
s4-python: Add more prototypes.
Diffstat (limited to 'source4/lib/ldb-samba')
-rw-r--r-- | source4/lib/ldb-samba/pyldb.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; |