mirror of
https://github.com/86Box/86Box.git
synced 2026-03-01 10:24:21 -07:00
Rough implementation of cyclical logging detection with minimal order 4 and refactor logging system.
This commit is contained in:
@@ -187,8 +187,9 @@ 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);
|
||||
extern void pclog_ex(const char *fmt, va_list ap);
|
||||
extern void pclog_ex_cyclic(const char* fmt, va_list ap);
|
||||
extern void fatal_ex(const char *fmt, va_list ap);
|
||||
#endif
|
||||
extern void pclog_toggle_suppr(void);
|
||||
extern void pclog(const char *fmt, ...) __attribute__ ((format (printf, 1, 2)));
|
||||
|
||||
Reference in New Issue
Block a user