diff options
| author | arf20 <aruizfernandez05@gmail.com> | 2025-10-20 22:10:00 +0200 |
|---|---|---|
| committer | arf20 <aruizfernandez05@gmail.com> | 2025-10-20 22:10:00 +0200 |
| commit | 43be0d7be77ee5829058c5704a76db0765fe19c8 (patch) | |
| tree | 3d8fbcb798a18b22f7a35b7c3c05ec56ef69d1e3 /monitor.h | |
| parent | d3895a2203d6ff2965c8c6d4ff4314a690ae7767 (diff) | |
| download | arfnet2-status-43be0d7be77ee5829058c5704a76db0765fe19c8.tar.gz arfnet2-status-43be0d7be77ee5829058c5704a76db0765fe19c8.zip | |
C webapp
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 */ |
