summaryrefslogtreecommitdiffstats
path: root/vl.h
diff options
context:
space:
mode:
authorths2006-12-22 03:09:07 +0100
committerths2006-12-22 03:09:07 +0100
commit73fc97427b6410b9ebd38b8d88831be050ce189b (patch)
tree962c1bc7f39ba0d7410e2420a7eefd3e40601b35 /vl.h
parentRun monitor over unix domain sockets, by Anthony Liguori. (diff)
downloadqemu-73fc97427b6410b9ebd38b8d88831be050ce189b.tar.gz
qemu-73fc97427b6410b9ebd38b8d88831be050ce189b.tar.xz
qemu-73fc97427b6410b9ebd38b8d88831be050ce189b.zip
Unix domain socket support for VNC, by Anthony Liguori.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2260 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 3847170d90..52957f6246 100644
--- a/vl.h
+++ b/vl.h
@@ -867,7 +867,7 @@ void sdl_display_init(DisplayState *ds, int full_screen);
void cocoa_display_init(DisplayState *ds, int full_screen);
/* vnc.c */
-void vnc_display_init(DisplayState *ds, int display);
+void vnc_display_init(DisplayState *ds, const char *display);
/* ide.c */
#define MAX_DISKS 4