summaryrefslogtreecommitdiff
path: root/runner/resultgen.h
diff options
context:
space:
mode:
Diffstat (limited to 'runner/resultgen.h')
-rw-r--r--runner/resultgen.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/runner/resultgen.h b/runner/resultgen.h
new file mode 100644
index 00000000..83a0876b
--- /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