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 /libcli | |
| parent | 4350e0c3c99fedab99ab1cc680e9d8fe555162e9 (diff) | |
s4-python: Add more prototypes.
Diffstat (limited to 'libcli')
| -rw-r--r-- | libcli/nbt/pynbt.c | 2 |
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 |
