1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-14 19:24:43 +03:00

Add function prototype.

This commit is contained in:
Tim Potter -
parent e69c061211
commit 57e5c2007b

View 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 */