summaryrefslogtreecommitdiff
path: root/source3/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
commit873e090be37a3128f73d87988c2981dbfcee6601 (patch)
treeb6a05776a176241ee17d23b5157d7a36da89cff8 /source3/python/py_srvsvc.h
parent62c756e319431ed1f9a3fc2985a08ef92f9ad3ca (diff)
downloadsamba-873e090be37a3128f73d87988c2981dbfcee6601.tar.gz
samba-873e090be37a3128f73d87988c2981dbfcee6601.tar.bz2
samba-873e090be37a3128f73d87988c2981dbfcee6601.zip
Merge of compiler warning fixups.
(This used to be commit 0308a0a11265050f53fc7e8e03f8e17b04adb45d)
Diffstat (limited to 'source3/python/py_srvsvc.h')
-rw-r--r--source3/python/py_srvsvc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/python/py_srvsvc.h b/source3/python/py_srvsvc.h
index b440c32e13..c5e71cb90f 100644
--- a/source3/python/py_srvsvc.h
+++ b/source3/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 */