summaryrefslogtreecommitdiffstats
path: root/source/python/py_srvsvc.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2003-03-20 01:05:22 +0000
committerTim Potter <tpot@samba.org>2003-03-20 01:05:22 +0000
commit0308a0a11265050f53fc7e8e03f8e17b04adb45d (patch)
treec94b9610c2007d9f981bba1b1e03a50a1d8eed3b /source/python/py_srvsvc.h
parent68b4052281d22dace2ae9e48d022fa288c0a6425 (diff)
downloadsamba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.tar.gz
samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.tar.xz
samba-0308a0a11265050f53fc7e8e03f8e17b04adb45d.zip
Merge of compiler warning fixups.
Diffstat (limited to 'source/python/py_srvsvc.h')
-rw-r--r--source/python/py_srvsvc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source/python/py_srvsvc.h b/source/python/py_srvsvc.h
index b440c32e13e..c5e71cb90f5 100644
--- a/source/python/py_srvsvc.h
+++ b/source/python/py_srvsvc.h
@@ -23,4 +23,8 @@
#include "python/py_common.h"
+/* The following definitions come from python/py_srvsv.c */
+
+BOOL py_from_SRV_INFO_101(PyObject **dict, SRV_INFO_101 *info);
+
#endif /* _PY_SRVSVC_H */