]> git.proxmox.com Git - qemu.git/blobdiff - qemu-error.h
softfloat: Replace int16 type with int_fast16_t
[qemu.git] / qemu-error.h
index 4d5c53700ed2981008220149ad2ef5d3e32b486b..93d74b4a305a3c23b5d834e2af3fcc7071a22ab2 100644 (file)
@@ -36,5 +36,6 @@ void error_printf_unless_qmp(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
 void error_print_loc(void);
 void error_set_progname(const char *argv0);
 void error_report(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
+const char *error_get_progname(void);
 
 #endif