summaryrefslogtreecommitdiff
path: root/source4/librpc/rpc/pyrpc.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-12-22 04:56:41 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-12-22 04:56:41 +0100
commit1807b0870bd1b50229f29b9f78f660a454682006 (patch)
tree3c9c050105d56cf506e929b6f436c2d0b61843c6 /source4/librpc/rpc/pyrpc.h
parentd58270c5373416997cc70fe392b307a4522e43d9 (diff)
downloadsamba-1807b0870bd1b50229f29b9f78f660a454682006.tar.gz
samba-1807b0870bd1b50229f29b9f78f660a454682006.tar.bz2
samba-1807b0870bd1b50229f29b9f78f660a454682006.zip
pidl/python: Factor out connect code rather than duplicating it in each
Python module.
Diffstat (limited to 'source4/librpc/rpc/pyrpc.h')
-rw-r--r--source4/librpc/rpc/pyrpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/librpc/rpc/pyrpc.h b/source4/librpc/rpc/pyrpc.h
index 3b2162ce1b..6d5193f57e 100644
--- a/source4/librpc/rpc/pyrpc.h
+++ b/source4/librpc/rpc/pyrpc.h
@@ -69,5 +69,6 @@ struct PyNdrRpcMethodDef {
};
bool PyInterface_AddNdrRpcMethods(PyTypeObject *object, const struct PyNdrRpcMethodDef *mds);
+PyObject *py_dcerpc_interface_init_helper(PyTypeObject *type, PyObject *args, PyObject *kwargs, const struct ndr_interface_table *table);
#endif /* _PYRPC_H_ */