summaryrefslogtreecommitdiff
path: root/source4/lib/com/dcom/dcom.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/com/dcom/dcom.h')
-rw-r--r--source4/lib/com/dcom/dcom.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/com/dcom/dcom.h b/source4/lib/com/dcom/dcom.h
index 69bb7183b2..3ce0478172 100644
--- a/source4/lib/com/dcom/dcom.h
+++ b/source4/lib/com/dcom/dcom.h
@@ -68,5 +68,7 @@ NTSTATUS dcom_register_marshal(struct GUID *clsid, marshal_fn marshal, unmarshal
#include "libcli/composite/composite.h"
void dcom_release_continue(struct composite_context *cr);
#define IUnknown_ipid(d) ((d)->obj.u_objref.u_standard.std.ipid)
+struct composite_context *dcom_release_send(struct IUnknown *d, TALLOC_CTX *mem_ctx);
+marshal_fn dcom_marshal_by_clsid(struct GUID *clsid);
#endif /* _DCOM_H */