]> git.proxmox.com Git - spiceterm.git/blob - basic_event_loop.h
code cleanup - compile with -Wall
[spiceterm.git] / basic_event_loop.h
1 #ifndef __BASIC_EVENT_LOOP_H__
2 #define __BASIC_EVENT_LOOP_H__
3
4 #include <spice.h>
5
6 SpiceCoreInterface *basic_event_loop_init(void);
7 void basic_event_loop_mainloop(void);
8
9 #endif // __BASIC_EVENT_LOOP_H__