]> git.proxmox.com Git - spiceterm.git/blob - event_loop.h
use reasonable names (instead of 'test')
[spiceterm.git] / 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__