aboutsummaryrefslogtreecommitdiff
path: root/include/chardev/char-mux.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/chardev/char-mux.h')
-rw-r--r--include/chardev/char-mux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/chardev/char-mux.h b/include/chardev/char-mux.h
index 572cefd517..417fe32eed 100644
--- a/include/chardev/char-mux.h
+++ b/include/chardev/char-mux.h
@@ -56,6 +56,6 @@ typedef struct MuxChardev {
object_dynamic_cast(OBJECT(chr), TYPE_CHARDEV_MUX)
void mux_set_focus(Chardev *chr, int focus);
-void mux_chr_send_all_event(Chardev *chr, int event);
+void mux_chr_send_all_event(Chardev *chr, QEMUChrEvent event);
#endif /* CHAR_MUX_H */