summaryrefslogtreecommitdiffstats
path: root/rdp
diff options
context:
space:
mode:
authorNicola Ruggero <nicola@nxnt.org>2010-11-20 14:28:38 +0100
committerNicola Ruggero <nicola@nxnt.org>2010-11-20 14:37:17 +0100
commitef92e833924b41d01b8511a6f865e8ee0d5e5bed (patch)
tree009964c58cb75a9a5c68027f72dc88c6775e76f6 /rdp
parent8a4a729a1b31783cab14da477dd9dcaac9701228 (diff)
downloadxrdp-proprietary-ef92e833924b41d01b8511a6f865e8ee0d5e5bed.tar.gz
xrdp-proprietary-ef92e833924b41d01b8511a6f865e8ee0d5e5bed.zip
Fixed warning about wrong vnc* truct
Diffstat (limited to 'rdp')
-rw-r--r--rdp/rdp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/rdp/rdp.h b/rdp/rdp.h
index cef58cf6..66a72c7f 100644
--- a/rdp/rdp.h
+++ b/rdp/rdp.h
@@ -311,7 +311,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);
long server_dumby[100 - 25]; /* align, 100 minus the number of server
functions above */
/* common */