Revision 65abca0a qemu-error.h

b/qemu-error.h
31 31
void error_vprintf(const char *fmt, va_list ap);
32 32
void error_printf(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
33 33
void error_print_loc(void);
34
void error_set_progname(const char *argv0);
34 35
void error_report(const char *fmt, ...) __attribute__ ((format(printf, 1, 2)));
35 36
void qerror_report_internal(const char *file, int linenr, const char *func,
36 37
                            const char *fmt, ...)

Also available in: Unified diff