aboutsummaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/report.h')
-rw-r--r--src/report.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h
new file mode 100644
index 0000000..d776718
--- /dev/null
+++ b/src/report.h
@@ -0,0 +1,8 @@
+#ifndef REPORT_H
+#define REPORT_H
+
+#include <stdio.h>
+
+void gen_report(FILE* fp);
+
+#endif