aboutsummaryrefslogtreecommitdiff
path: root/alert.h
diff options
context:
space:
mode:
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 */
+