Working progress as of May 18th

This commit is contained in:
2026-05-18 18:43:30 -04:00
parent 6819fe7c69
commit 0d8859b063
15 changed files with 699 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ int supports_utf8(void);
const char *p2s(int priority);
void lg_printf(loglevel_t loglevel, const char *fmt, ...);
void lg_printf_no_newline(loglevel_t loglevel, const char *fmt, ...);
void lg_syslog(int priority, const char *fmt, ...);
void lg_log(bool use_syslog, FILE *logfile, int priority, const char *fmt, ...);