From 3b2846ad9f156e62574a0abc5ec489f8f13f1121 Mon Sep 17 00:00:00 2001 From: David 'Digit' Turner Date: Wed, 11 May 2011 01:34:40 +0200 Subject: qemu-char-android.c: rename to qemu-char.c + convert to QemuOpts* initialization functions. Change-Id: I5a245ed2de068af49fdc92de8e3e834d0f49aa27 --- hw/msmouse.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/msmouse.h') diff --git a/hw/msmouse.h b/hw/msmouse.h index 947afd9..456cb21 100644 --- a/hw/msmouse.h +++ b/hw/msmouse.h @@ -1,2 +1,2 @@ /* msmouse.c */ -CharDriverState *qemu_chr_open_msmouse(void); +CharDriverState *qemu_chr_open_msmouse(QemuOpts *opts); -- cgit v1.1