summaryrefslogtreecommitdiff
path: root/vl.h
diff options
context:
space:
mode:
authorths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-07-11 23:14:59 +0000
committerths <ths@c046a42c-6fe2-441c-8c8c-71466251a162>2007-07-11 23:14:59 +0000
commitaf3a9031061251fbbee2c1f06b876c3732cfee71 (patch)
treef9e30dd12644a08615dae114db9ab8e93a5a1054 /vl.h
parent37a4c5392d9590e9ec1fc4a78b23f308c179e619 (diff)
downloadqemu-af3a9031061251fbbee2c1f06b876c3732cfee71.tar.gz
New features for QEMU text console, by Stefan Weil.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3068 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'vl.h')
-rw-r--r--vl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vl.h b/vl.h
index 85014cd15f..6627bcef0a 100644
--- a/vl.h
+++ b/vl.h
@@ -351,7 +351,7 @@ void vga_hw_invalidate(void);
void vga_hw_screen_dump(const char *filename);
int is_graphic_console(void);
-CharDriverState *text_console_init(DisplayState *ds);
+CharDriverState *text_console_init(DisplayState *ds, const char *p);
void console_select(unsigned int index);
/* serial ports */