#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