mirror of
https://gitlab.uni-freiburg.de/opensourcevdi/spice
synced 2026-01-02 22:52:26 +00:00
dispatcher.h: fix - s/#define MAIN_DISPATCHER_H/#define DISPATCHER_H
This commit is contained in:
parent
23730a6c80
commit
ba1aaef0fe
@ -1,5 +1,5 @@
|
||||
#ifndef MAIN_DISPATCHER_H
|
||||
#define MAIN_DISPATCHER_H
|
||||
#ifndef DISPATCHER_H
|
||||
#define DISPATCHER_H
|
||||
|
||||
#include <spice.h>
|
||||
|
||||
@ -103,4 +103,4 @@ int dispatcher_get_recv_fd(Dispatcher *);
|
||||
*/
|
||||
void dispatcher_set_opaque(Dispatcher *dispatcher, void *opaque);
|
||||
|
||||
#endif //MAIN_DISPATCHER_H
|
||||
#endif //DISPATCHER_H
|
||||
|
||||
@ -2,6 +2,7 @@
|
||||
#define MAIN_DISPATCHER_H
|
||||
|
||||
#include <spice.h>
|
||||
#include "red_channel.h"
|
||||
|
||||
void main_dispatcher_channel_event(int event, SpiceChannelEventInfo *info);
|
||||
void main_dispatcher_seamless_migrate_dst_complete(RedClient *client);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user