diff options
Diffstat (limited to 'runner/resultgen.h')
-rw-r--r-- | runner/resultgen.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/runner/resultgen.h b/runner/resultgen.h new file mode 100644 index 000000000..83a0876b3 --- /dev/null +++ b/runner/resultgen.h @@ -0,0 +1,9 @@ +#ifndef RUNNER_RESULTGEN_H +#define RUNNER_RESULTGEN_H + +#include <stdbool.h> + +bool generate_results(int dirfd); +bool generate_results_path(char *resultspath); + +#endif |