diff options
Diffstat (limited to 'qemu-gtk.h')
-rw-r--r-- | qemu-gtk.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -72,6 +72,7 @@ struct qemu_window { /* vm info */ char version[32]; char name[128]; + char *image_save; /* options */ gboolean quit_on_shutdown; @@ -90,7 +91,8 @@ struct qemu_window { extern int debug; void update_status(struct qemu_window *win); void vnc_connect(struct qemu_window *win); -int conn_init(struct qemu_conn *conn, char *name, char *dest); +int conn_init(struct qemu_conn *conn, char *name, char *dest, + const char *monitor_hostname); int conn_open_term(struct qemu_window *win, char *name, char *dest, int pos); void qemu_vnc_tab(struct qemu_window *win); void qemu_conn_tab(struct qemu_window *win, struct qemu_conn *conn, int pos); |