summaryrefslogtreecommitdiffstats
path: root/server/main_dispatcher.h
blob: ec4a6b44af5270e49e25f5fa4cad7a9ca5251a1b (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef MAIN_DISPATCHER_H
#define MAIN_DISPATCHER_H

#include <spice.h>

void main_dispatcher_channel_event(int event, SpiceChannelEventInfo *info);
void main_dispatcher_seamless_migrate_dst_complete(RedClient *client);
void main_dispatcher_init(SpiceCoreInterface *core);

#endif //MAIN_DISPATCHER_H