]> git.proxmox.com Git - qemu.git/blobdiff - vl.h
Escape filname printout properly, by Anthony Liguori and Julian Seward.
[qemu.git] / vl.h
diff --git a/vl.h b/vl.h
index 89b24cf918d24853a6ce390fdea006a9c41bd1d2..5f13dcd7db8b2be8173d01623cb44fb189bf2789 100644 (file)
--- a/vl.h
+++ b/vl.h
@@ -152,6 +152,7 @@ extern int kqemu_allowed;
 extern int win2k_install_hack;
 extern int usb_enabled;
 extern int smp_cpus;
+extern int no_quit;
 
 /* XXX: make it dynamic */
 #if defined (TARGET_PPC) || defined (TARGET_SPARC64)
@@ -866,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
@@ -1317,6 +1318,7 @@ void monitor_init(CharDriverState *hd, int show_banner);
 void term_puts(const char *str);
 void term_vprintf(const char *fmt, va_list ap);
 void term_printf(const char *fmt, ...) __attribute__ ((__format__ (__printf__, 1, 2)));
+void term_print_filename(const char *filename);
 void term_flush(void);
 void term_print_help(void);
 void monitor_readline(const char *prompt, int is_password,