mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 11:29:26 +00:00
error: New error_printf_unless_qmp()
This commit is contained in:
@ -32,6 +32,8 @@ void loc_set_file(const char *fname, int lno);
|
||||
|
||||
void error_vprintf(const char *fmt, va_list ap);
|
||||
void error_printf(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
|
||||
void error_printf_unless_qmp(const char *fmt, ...)
|
||||
__attribute__ ((format(printf, 1, 2)));
|
||||
void error_print_loc(void);
|
||||
void error_set_progname(const char *argv0);
|
||||
void error_report(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
|
||||
|
Reference in New Issue
Block a user