summaryrefslogtreecommitdiff
path: root/source4/lib/com/com.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-09-12 13:58:05 +0200
committerJelmer Vernooij <jelmer@samba.org>2008-09-15 17:39:41 +0200
commitdf06b36b46d5feb627aea253587c4716cbbef6d5 (patch)
tree8531a32d9add1e1713056df81ea1e52fdb628f25 /source4/lib/com/com.h
parent53c9df4da02eee3d43dac1ede718860ef8f3ff21 (diff)
downloadsamba-df06b36b46d5feb627aea253587c4716cbbef6d5.tar.gz
samba-df06b36b46d5feb627aea253587c4716cbbef6d5.tar.bz2
samba-df06b36b46d5feb627aea253587c4716cbbef6d5.zip
Cope with includes.h splitup in COM code.
Diffstat (limited to 'source4/lib/com/com.h')
-rw-r--r--source4/lib/com/com.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source4/lib/com/com.h b/source4/lib/com/com.h
index 2a40dae3d7..f88c914a04 100644
--- a/source4/lib/com/com.h
+++ b/source4/lib/com/com.h
@@ -20,6 +20,11 @@
#ifndef __SAMBA_COM_H__
#define __SAMBA_COM_H__
+#include "librpc/gen_ndr/misc.h"
+
+struct com_context;
+struct event_context;
+
struct IUnknown *com_class_by_clsid(struct com_context *ctx, const struct GUID *clsid);
NTSTATUS com_register_running_class(struct GUID *clsid, const char *progid, struct IUnknown *p);