Added a declaration of stdlog in log.c.

This commit is contained in:
OBattler
2021-07-01 04:10:13 +02:00
parent 15279e4964
commit 29cf08fb71

View File

@@ -43,6 +43,9 @@ typedef struct
} log_t;
extern FILE *stdlog; /* file to log output to */
void
log_set_suppr_seen(void *priv, int suppr_seen)
{