aboutsummaryrefslogtreecommitdiffstats
path: root/qemu-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'qemu-config.h')
-rw-r--r--qemu-config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/qemu-config.h b/qemu-config.h
index b335c4292..f217c589f 100644
--- a/qemu-config.h
+++ b/qemu-config.h
@@ -11,11 +11,12 @@ extern QemuOptsList qemu_global_opts;
extern QemuOptsList qemu_mon_opts;
extern QemuOptsList qemu_cpudef_opts;
+QemuOptsList *qemu_find_opts(const char *group);
int qemu_set_option(const char *str);
int qemu_global_option(const char *str);
void qemu_add_globals(void);
void qemu_config_write(FILE *fp);
-int qemu_config_parse(FILE *fp);
+int qemu_config_parse(FILE *fp, const char *fname);
#endif /* QEMU_CONFIG_H */