From f26d8f781e2e307066267fc96698def52a687960 Mon Sep 17 00:00:00 2001 From: Nicola Ruggero Date: Sat, 20 Nov 2010 14:33:54 +0100 Subject: [PATCH] Fixed compile warning about wrong vnc* struct --- xup/xup.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xup/xup.h b/xup/xup.h index e4f96549..47db7cad 100644 --- a/xup/xup.h +++ b/xup/xup.h @@ -86,7 +86,7 @@ struct mod int (*server_send_to_channel)(struct mod* v, int channel_id, char* data, int data_len, int total_data_len, int flags); - int (*server_bell_trigger)(struct vnc* v); + int (*server_bell_trigger)(struct mod* v); tbus server_dumby[100 - 25]; /* align, 100 minus the number of server functions above */ /* common */