From 29cf08fb7130f61e679b17c9354ad3a8491238a8 Mon Sep 17 00:00:00 2001 From: OBattler Date: Thu, 1 Jul 2021 04:10:13 +0200 Subject: [PATCH] Added a declaration of stdlog in log.c. --- src/log.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/log.c b/src/log.c index a20a8d520..99bab97a5 100644 --- a/src/log.c +++ b/src/log.c @@ -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) {