summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/main_dispatcher.h')
-rw-r--r--server/main_dispatcher.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/main_dispatcher.h b/server/main_dispatcher.h
new file mode 100644
index 00000000..2c201c75
--- /dev/null
+++ b/server/main_dispatcher.h
@@ -0,0 +1,9 @@
+#ifndef MAIN_DISPATCHER_H
+#define MAIN_DISPATCHER_H
+
+#include <spice.h>
+
+void main_dispatcher_channel_event(int event, SpiceChannelEventInfo *info);
+void main_dispatcher_init(SpiceCoreInterface *core);
+
+#endif //MAIN_DISPATCHER_H