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 | b6627c79b9f5896b0b604094c2a1437bd0a811b9 (patch) | |
tree | e131867cb931e51d76ea498218f19434414a18e4 /source3/python/py_srvsvc.h | |
parent | 230f9335ec9759e71a38dce9dd120fb2c9b09201 (diff) | |
download | samba-b6627c79b9f5896b0b604094c2a1437bd0a811b9.tar.gz samba-b6627c79b9f5896b0b604094c2a1437bd0a811b9.tar.bz2 samba-b6627c79b9f5896b0b604094c2a1437bd0a811b9.zip |
Add function prototype.
(This used to be commit 57e5c2007b7390c06989b34c7ecf6b5f6f56a03b)
Diffstat (limited to 'source3/python/py_srvsvc.h')
-rw-r--r-- | source3/python/py_srvsvc.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/source3/python/py_srvsvc.h b/source3/python/py_srvsvc.h index b440c32e13..c5e71cb90f 100644 --- a/source3/python/py_srvsvc.h +++ b/source3/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 */ |