diff options
author | Nicola Ruggero <nicola@nxnt.org> | 2010-11-20 14:33:54 +0100 |
---|---|---|
committer | Nicola Ruggero <nicola@nxnt.org> | 2010-11-20 14:37:28 +0100 |
commit | f26d8f781e2e307066267fc96698def52a687960 (patch) | |
tree | ae462ccc5388716f332e15649c4a06baea2e056d /xup/xup.h | |
parent | ef92e833924b41d01b8511a6f865e8ee0d5e5bed (diff) | |
download | xrdp-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 */ |