aboutsummaryrefslogtreecommitdiff
path: root/alert.h
blob: b68db73bcf4fd08674971919f3e33cff2475ba6c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#ifndef _ALERT_H
#define _ALERT_H

#include "monitor.h"

int alert_init();
void alert_trigger(const target_t *target);

#endif /* _ALERT_H */