8 lines
194 B
C
8 lines
194 B
C
|
#ifndef NOTIFY_H_INCLUDED
|
||
|
#define NOTIFY_H_INCLUDED
|
||
|
int notify_init_early();
|
||
|
int notify_init();
|
||
|
const char *build_prefixed_report(const char *report);
|
||
|
int send_alarm(const char *report);
|
||
|
#endif
|