Fixed warning about wrong vnc* truct
This commit is contained in:
parent
8a4a729a1b
commit
ef92e83392
@ -311,7 +311,7 @@ struct mod
|
|||||||
int (*server_send_to_channel)(struct mod* v, int channel_id,
|
int (*server_send_to_channel)(struct mod* v, int channel_id,
|
||||||
char* data, int data_len,
|
char* data, int data_len,
|
||||||
int total_data_len, int flags);
|
int total_data_len, int flags);
|
||||||
int (*server_bell_trigger)(struct vnc* v);
|
int (*server_bell_trigger)(struct mod* v);
|
||||||
long server_dumby[100 - 25]; /* align, 100 minus the number of server
|
long server_dumby[100 - 25]; /* align, 100 minus the number of server
|
||||||
functions above */
|
functions above */
|
||||||
/* common */
|
/* common */
|
||||||
|
Loading…
Reference in New Issue
Block a user