Added the fatal_ex() function to 86box.h.
This commit is contained in:
@@ -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, ...);
|
||||
|
Reference in New Issue
Block a user