From 6acd5a85f7ec11fe59b16d5e7fd621abf5ca49c6 Mon Sep 17 00:00:00 2001 From: arf20 Date: Wed, 22 Oct 2025 01:20:53 +0200 Subject: load events --- monitor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'monitor.h') diff --git a/monitor.h b/monitor.h index f9d4458..b9ab3c9 100644 --- a/monitor.h +++ b/monitor.h @@ -1,7 +1,7 @@ #ifndef _MONITOR_H #define _MONITOR_H -int monitor_init(const char *cfg_file); +int monitor_init(const char *cfg_file, const char *log_file); const char *monitor_generate_status_html(); void monitor_check(); -- cgit v1.2.3