summaryrefslogtreecommitdiffstats
path: root/server/tests/basic_event_loop.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/tests/basic_event_loop.h')
-rw-r--r--server/tests/basic_event_loop.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/server/tests/basic_event_loop.h b/server/tests/basic_event_loop.h
new file mode 100644
index 00000000..5f6ebe71
--- /dev/null
+++ b/server/tests/basic_event_loop.h
@@ -0,0 +1,9 @@
+#ifndef __BASIC_EVENT_LOOP_H__
+#define __BASIC_EVENT_LOOP_H__
+
+#include <spice.h>
+
+SpiceCoreInterface *basic_event_loop_init(void);
+void basic_event_loop_mainloop(void);
+
+#endif // __BASIC_EVENT_LOOP_H__