aboutsummaryrefslogtreecommitdiffstats
path: root/src/gen.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gen.h')
-rw-r--r--src/gen.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gen.h b/src/gen.h
index f3cb932..a5b2899 100644
--- a/src/gen.h
+++ b/src/gen.h
@@ -1,4 +1,9 @@
#ifndef CONFCONF_GEN_H
#define CONFCONF_GEN_H
+#include "parse.h"
+#include "analyse.h"
+
+void gen(FILE *f, struct parse_result_s pr, struct analyse_result_s ar);
+
#endif