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. --- lib/talloc/pytalloc.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib') diff --git a/lib/talloc/pytalloc.c b/lib/talloc/pytalloc.c index 457358ed8f..a8c46c96f8 100644 --- a/lib/talloc/pytalloc.c +++ b/lib/talloc/pytalloc.c @@ -21,6 +21,8 @@ #include #include +void inittalloc(void); + /* print a talloc tree report for a talloc python object */ static PyObject *py_talloc_report_full(PyObject *self, PyObject *args) { -- cgit