Added the fatal_ex() function to 86box.h.

This commit is contained in:
OBattler
2021-06-07 00:15:52 +02:00
parent 63a5c3a281
commit 7d3ed9b397

View File

@@ -152,6 +152,7 @@ extern int config_changed; /* config has changed */
/* Function prototypes. */
#ifdef HAVE_STDARG_H
extern void pclog_ex(const char *fmt, va_list);
extern void fatal_ex(const char *fmt, va_list);
#endif
extern void pclog_toggle_suppr(void);
extern void pclog(const char *fmt, ...);