diff options
Diffstat (limited to 'qemu-error.h')
-rw-r--r-- | qemu-error.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-error.h b/qemu-error.h index d90f1daec0..99dfccedb1 100644 --- a/qemu-error.h +++ b/qemu-error.h @@ -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))); |