1 2 3 4 5 6 7 8
#ifndef JUNITXML_REPORT_H #define JUNITXML_REPORT_H #include "helpers.h" int indexer_junitxml_report(struct Delivery ctx[], size_t nelem); #endif //JUNITXML_REPORT_H