aboutsummaryrefslogtreecommitdiff
path: root/monitor.h
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-10-20 22:10:00 +0200
committerarf20 <aruizfernandez05@gmail.com>2025-10-20 22:10:00 +0200
commit43be0d7be77ee5829058c5704a76db0765fe19c8 (patch)
tree3d8fbcb798a18b22f7a35b7c3c05ec56ef69d1e3 /monitor.h
parentd3895a2203d6ff2965c8c6d4ff4314a690ae7767 (diff)
downloadarfnet2-status-43be0d7be77ee5829058c5704a76db0765fe19c8.tar.gz
arfnet2-status-43be0d7be77ee5829058c5704a76db0765fe19c8.zip
C webapp
Diffstat (limited to 'monitor.h')
-rw-r--r--monitor.h8
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 */