s4:pyrpc: add py_dcerpc_ndr_pointer_deref/wrap() infrastructure
[garming/samba-autobuild/.git] / source4 / librpc / rpc / pyrpc_util.h
index 12733122bb19eed3bdfa57b9492785eea1255ddf..5a5f14de285d0e90b18a5865572d9c79f932e90e 100644 (file)
@@ -64,4 +64,7 @@ PyObject *pyrpc_import_union(PyTypeObject *type, TALLOC_CTX *mem_ctx, int level,
 void *pyrpc_export_union(PyTypeObject *type, TALLOC_CTX *mem_ctx, int level,
                         PyObject *in, const char *typename);
 
+PyObject *py_dcerpc_ndr_pointer_deref(PyTypeObject *type, PyObject *obj);
+PyObject *py_dcerpc_ndr_pointer_wrap(PyTypeObject *type, PyObject *obj);
+
 #endif /* __PYRPC_UTIL_H__ */