diff options
author | Günther Deschner <gd@samba.org> | 2011-05-05 12:52:05 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2011-05-06 10:48:11 +0200 |
commit | 73c31f044e32103276558a194698ea6cf876b4f2 (patch) | |
tree | 3f0875dc422eed1f2625e413a41e45501c7b57dc /lib/tdb/pytdb.c | |
parent | d8cfca3a9bd2b6b6c562fd202377d95a98eb5472 (diff) | |
download | samba-73c31f044e32103276558a194698ea6cf876b4f2.tar.gz samba-73c31f044e32103276558a194698ea6cf876b4f2.tar.xz samba-73c31f044e32103276558a194698ea6cf876b4f2.zip |
tdb: fix a build warning.
Guenther
Diffstat (limited to 'lib/tdb/pytdb.c')
-rw-r--r-- | lib/tdb/pytdb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/tdb/pytdb.c b/lib/tdb/pytdb.c index 0faba562de..3dd785e7be 100644 --- a/lib/tdb/pytdb.c +++ b/lib/tdb/pytdb.c @@ -558,6 +558,7 @@ static PyMethodDef tdb_methods[] = { { NULL } }; +void inittdb(void); void inittdb(void) { PyObject *m; |