blob: 2c201c75a7d632ffa54be4933ffb416234d58c50 (
plain)
1
2
3
4
5
6
7
8
9
|
#ifndef MAIN_DISPATCHER_H
#define MAIN_DISPATCHER_H
#include <spice.h>
void main_dispatcher_channel_event(int event, SpiceChannelEventInfo *info);
void main_dispatcher_init(SpiceCoreInterface *core);
#endif //MAIN_DISPATCHER_H
|