]> git.proxmox.com Git - qemu.git/blobdiff - qemu-error.h
error: Replace qemu_error() by error_report()
[qemu.git] / qemu-error.h
index d90f1daec0f011e03cb6d9166716cc2d21b4a594..99dfccedb109e05e056c2f2d9ba71d22f7e53776 100644 (file)
@@ -15,7 +15,7 @@
 
 void error_vprintf(const char *fmt, va_list ap);
 void error_printf(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
-void qemu_error(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
+void error_report(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
 void qemu_error_internal(const char *file, int linenr, const char *func,
                          const char *fmt, ...)
                          __attribute__ ((format(printf, 4, 5)));