]> git.proxmox.com Git - spiceterm.git/blame - basic_event_loop.h
cleanup/merge header files
[spiceterm.git] / basic_event_loop.h
CommitLineData
cc04455b
DM
1#ifndef __BASIC_EVENT_LOOP_H__
2#define __BASIC_EVENT_LOOP_H__
3
4#include <spice.h>
5
6SpiceCoreInterface *basic_event_loop_init(void);
7void basic_event_loop_mainloop(void);
8
9#endif // __BASIC_EVENT_LOOP_H__