aboutsummaryrefslogtreecommitdiff
path: root/src/cli/stasis_indexer/include/junitxml_report.h
blob: 6d2a24827a65f5b6bf5cbe3e35433b09d52c9816 (plain) (blame)
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