From 0308a0a11265050f53fc7e8e03f8e17b04adb45d Mon Sep 17 00:00:00 2001 From: Tim Potter Date: Thu, 20 Mar 2003 01:05:22 +0000 Subject: Merge of compiler warning fixups. --- source/python/py_srvsvc.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/python/py_srvsvc.h') 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 */ -- cgit