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 /lib | |
parent | 4350e0c3c99fedab99ab1cc680e9d8fe555162e9 (diff) | |
download | samba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.tar.gz |
s4-python: Add more prototypes.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/talloc/pytalloc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/talloc/pytalloc.c b/lib/talloc/pytalloc.c index 457358ed8f3..a8c46c96f8c 100644 --- a/lib/talloc/pytalloc.c +++ b/lib/talloc/pytalloc.c @@ -21,6 +21,8 @@ #include <talloc.h> #include <pytalloc.h> +void inittalloc(void); + /* print a talloc tree report for a talloc python object */ static PyObject *py_talloc_report_full(PyObject *self, PyObject *args) { |