summaryrefslogtreecommitdiff
path: root/source4/lib/com/com.h
diff options
context:
space:
mode:
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);