aboutsummaryrefslogtreecommitdiff
path: root/alert.h
diff options
context:
space:
mode:
authorarf20 <aruizfernandez05@gmail.com>2025-11-10 00:28:43 +0100
committerarf20 <aruizfernandez05@gmail.com>2025-11-10 00:28:43 +0100
commit2ad586295dcd5dcef3d29af32998d55bb5c09843 (patch)
tree8b4128ad080bfa063f36ffb2ccc28642a87f19fc /alert.h
parentc766bf7134b8179401b7e05f00d5a3693e2b56f4 (diff)
downloadarfnet2-status-2ad586295dcd5dcef3d29af32998d55bb5c09843.tar.gz
arfnet2-status-2ad586295dcd5dcef3d29af32998d55bb5c09843.zip
WIP api alert
Diffstat (limited to 'alert.h')
-rw-r--r--alert.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/alert.h b/alert.h
index e69de29..b68db73 100644
--- a/alert.h
+++ b/alert.h
@@ -0,0 +1,10 @@
+#ifndef _ALERT_H
+#define _ALERT_H
+
+#include "monitor.h"
+
+int alert_init();
+void alert_trigger(const target_t *target);
+
+#endif /* _ALERT_H */
+