Move cyclical logging to the new logging system per obat feedback.

This commit is contained in:
starfrost013
2025-01-14 00:31:13 +00:00
parent fa3fb7eccc
commit b1f54b9b84
4 changed files with 162 additions and 126 deletions

View File

@@ -189,7 +189,6 @@ extern int config_changed; /* config has changed */
#ifdef HAVE_STDARG_H
extern void pclog_ex(const char *fmt, va_list ap);
extern void fatal_ex(const char *fmt, va_list ap);
extern void pclog_ex_cyclic(const char* fmt, va_list ap);
#endif
extern void pclog_toggle_suppr(void);
#ifdef _MSC_VER