summaryrefslogtreecommitdiff
path: root/libcli/nbt
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-29 18:09:09 +0100
committerJelmer Vernooij <jelmer@samba.org>2011-01-01 02:54:05 +0100
commitf5fe9c32ef833d3f1ee4b891f46e94382aa182fe (patch)
tree0d356b43c6bd5ccd4af090c0173b7d0f63ba540b /libcli/nbt
parent4350e0c3c99fedab99ab1cc680e9d8fe555162e9 (diff)
downloadsamba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.tar.gz
samba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.tar.bz2
samba-f5fe9c32ef833d3f1ee4b891f46e94382aa182fe.zip
s4-python: Add more prototypes.
Diffstat (limited to 'libcli/nbt')
-rw-r--r--libcli/nbt/pynbt.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libcli/nbt/pynbt.c b/libcli/nbt/pynbt.c
index 452ae3a1a2..9251ecfc42 100644
--- a/libcli/nbt/pynbt.c
+++ b/libcli/nbt/pynbt.c
@@ -24,6 +24,8 @@
#include "../libcli/nbt/libnbt.h"
#include "lib/events/events.h"
+void initnetbios(void);
+
#ifndef Py_RETURN_NONE
#define Py_RETURN_NONE return Py_INCREF(Py_None), Py_None
#endif