1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-10 12:58:35 +03:00

Add function prototype.

(This used to be commit 57e5c2007b7390c06989b34c7ecf6b5f6f56a03b)
This commit is contained in:
Tim Potter 2003-03-19 11:22:32 +00:00
parent 230f9335ec
commit b6627c79b9

View File

@ -23,4 +23,8 @@
#include "python/py_common.h" #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 */ #endif /* _PY_SRVSVC_H */