summaryrefslogtreecommitdiffstats
path: root/mc
diff options
context:
space:
mode:
authorJay Sorg <jay.sorg@gmail.com>2010-11-19 20:34:20 -0800
committerJay Sorg <jay.sorg@gmail.com>2010-11-19 20:34:20 -0800
commit4d4f80bfc43e9c901a5609bd8bd78822b7c607bd (patch)
tree8333f6f0b081df07dab52728a46d88ab3dcb7663 /mc
parent565d86d2823b982a95a7023dc70edf76523803fe (diff)
downloadxrdp-proprietary-4d4f80bfc43e9c901a5609bd8bd78822b7c607bd.tar.gz
xrdp-proprietary-4d4f80bfc43e9c901a5609bd8bd78822b7c607bd.zip
work on freerdp
Diffstat (limited to 'mc')
-rw-r--r--mc/mc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mc/mc.h b/mc/mc.h
index edb346ab..f9690fcd 100644
--- a/mc/mc.h
+++ b/mc/mc.h
@@ -82,7 +82,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 */