diff options
| author | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 02:27:33 +0200 |
|---|---|---|
| committer | Jelmer Vernooij <jelmer@samba.org> | 2008-09-16 02:27:33 +0200 |
| commit | c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5 (patch) | |
| tree | e0277c440075c1830b30d7ae98fe0238cdae6a24 /source4/lib/com/dcom/dcom.h | |
| parent | 7e239a15b316deb83cbdcb79e392f6aefe289114 (diff) | |
| download | samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.tar.gz samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.tar.xz samba-c212a65b65ba0100ceb9c4fa48c1f44dc0c804f5.zip | |
More changes getting WMI code to compile, import manual marshalling.
Diffstat (limited to 'source4/lib/com/dcom/dcom.h')
| -rw-r--r-- | source4/lib/com/dcom/dcom.h | 2 |
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 */ |
