diff options
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
