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/pyldb.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/pyldb.c b/source4/lib/ldb/pyldb.c index 5446aafb92..71720d60e0 100644 --- a/source4/lib/ldb/pyldb.c +++ b/source4/lib/ldb/pyldb.c @@ -30,6 +30,8 @@ #include "ldb_private.h" #include "pyldb.h" +void initldb(void); + /* There's no Py_ssize_t in 2.4, apparently */ #if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5 typedef int Py_ssize_t; -- cgit