5
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2024-12-22 13:34:06 +03:00
spiceterm/event_loop.h
2013-09-11 12:56:28 +02:00

5 lines
107 B
C

#include <spice.h>
SpiceCoreInterface *basic_event_loop_init(void);
void basic_event_loop_mainloop(void);