diff options
Diffstat (limited to 'monitor.h')
| -rw-r--r-- | monitor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/monitor.h b/monitor.h new file mode 100644 index 0000000..f9d4458 --- /dev/null +++ b/monitor.h @@ -0,0 +1,8 @@ +#ifndef _MONITOR_H +#define _MONITOR_H + +int monitor_init(const char *cfg_file); +const char *monitor_generate_status_html(); +void monitor_check(); + +#endif /* _MONITOR_H */ |
