diff options
author | Tim Potter <tpot@samba.org> | 2003-03-19 11:22:32 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2003-03-19 11:22:32 +0000 |
commit | 57e5c2007b7390c06989b34c7ecf6b5f6f56a03b (patch) | |
tree | 8b4a3c566ae2a384289802f69a4d7a86735c37bf /source/python | |
parent | e69c061211e9c64201b54087d1381740d82cbbcd (diff) | |
download | samba-57e5c2007b7390c06989b34c7ecf6b5f6f56a03b.tar.gz samba-57e5c2007b7390c06989b34c7ecf6b5f6f56a03b.tar.xz samba-57e5c2007b7390c06989b34c7ecf6b5f6f56a03b.zip |
Add function prototype.
Diffstat (limited to 'source/python')
-rw-r--r-- | source/python/py_srvsvc.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 */ |