summaryrefslogtreecommitdiffstats
path: root/mc/mc.h
diff options
context:
space:
mode:
Diffstat (limited to 'mc/mc.h')
-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 */