Revision aa924ae7 qemu-error.h
b/qemu-error.h | ||
---|---|---|
32 | 32 |
|
33 | 33 |
void error_vprintf(const char *fmt, va_list ap); |
34 | 34 |
void error_printf(const char *fmt, ...) __attribute__ ((format(printf, 1, 2))); |
35 |
void error_printf_unless_qmp(const char *fmt, ...) |
|
36 |
__attribute__ ((format(printf, 1, 2))); |
|
35 | 37 |
void error_print_loc(void); |
36 | 38 |
void error_set_progname(const char *argv0); |
37 | 39 |
void error_report(const char *fmt, ...) __attribute__ ((format(printf, 1, 2))); |
Also available in: Unified diff