]> git.proxmox.com Git - qemu.git/blobdiff - qemu-config.h
savevm: Delete existing snapshots in all images
[qemu.git] / qemu-config.h
index 3cc88644e2191f71fa429add8511a080e0f3df70..b56485165b17f76590492c036a4716ea75a78d87 100644 (file)
@@ -10,4 +10,7 @@ extern QemuOptsList qemu_rtc_opts;
 
 int qemu_set_option(const char *str);
 
+void qemu_config_write(FILE *fp);
+int qemu_config_parse(FILE *fp);
+
 #endif /* QEMU_CONFIG_H */