summaryrefslogtreecommitdiffstats
path: root/xup/xup.h
diff options
context:
space:
mode:
authorNicola Ruggero <nicola@nxnt.org>2010-11-20 14:33:54 +0100
committerNicola Ruggero <nicola@nxnt.org>2010-11-20 14:37:28 +0100
commitf26d8f781e2e307066267fc96698def52a687960 (patch)
treeae462ccc5388716f332e15649c4a06baea2e056d /xup/xup.h
parentef92e833924b41d01b8511a6f865e8ee0d5e5bed (diff)
downloadxrdp-proprietary-f26d8f781e2e307066267fc96698def52a687960.tar.gz
xrdp-proprietary-f26d8f781e2e307066267fc96698def52a687960.zip
Fixed compile warning about wrong vnc* struct
Diffstat (limited to 'xup/xup.h')
-rw-r--r--xup/xup.h2
1 files changed, 1 insertions, 1 deletions
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 */