Add function prototype.
authorTim Potter <tpot@samba.org>
Wed, 19 Mar 2003 11:22:32 +0000 (11:22 +0000)
committerTim Potter <tpot@samba.org>
Wed, 19 Mar 2003 11:22:32 +0000 (11:22 +0000)
source/python/py_srvsvc.h

index b440c32e13e5997c0c3bbd5ae76ff9894a1246f3..c5e71cb90f505d0c183ded65b499c929fe34d3a5 100644 (file)
@@ -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 */