From 7231217271af8d7268e94aa4f2db47f2a574166a Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 27 Feb 2024 12:31:08 +0000 Subject: fix parameters on log function definitions --- utils/log.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'utils') diff --git a/utils/log.c b/utils/log.c index 8cc42a35f..a083b5720 100644 --- a/utils/log.c +++ b/utils/log.c @@ -286,7 +286,7 @@ nserror nslog_init(nslog_ensure_t *ensure, int *pargc, char **argv) /* exported interface documented in utils/log.h */ nserror -nslog_set_filter_by_options() +nslog_set_filter_by_options(void) { if (verbose_log) return nslog_set_filter(nsoption_charp(verbose_filter)); @@ -296,7 +296,7 @@ nslog_set_filter_by_options() /* exported interface documented in utils/log.h */ void -nslog_finalise() +nslog_finalise(void) { NSLOG(netsurf, INFO, "Finalising logging, please report any further messages"); -- cgit v1.2.3