From 2ad586295dcd5dcef3d29af32998d55bb5c09843 Mon Sep 17 00:00:00 2001 From: arf20 Date: Mon, 10 Nov 2025 00:28:43 +0100 Subject: WIP api alert --- alert.h | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'alert.h') 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 */ + -- cgit v1.2.3