typedef report_infos_t; void report_infos_get (alert_t *alert, report_infos_t *rinfos); void report_infos_free (report_infos_t *rinfos);
typedef struct { char *date_start, *date_end; char *sh, *dh; const char *kind; uint16_t sp, dp; const char *sensor_data; } report_infos_t;
void report_infos_get (alert_t *alert, report_infos_t *rinfos);
void report_infos_free (report_infos_t *rinfos);