aboutsummaryrefslogtreecommitdiffstats
path: root/src/gen.h
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-23 03:23:59 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-23 03:23:59 -0700
commit101d5ad1f3e864f3b6442b6063151ffb47178099 (patch)
tree7b2d941bffe231cf7e05eafbd6071016c4d4f507 /src/gen.h
parent031ff654cf9ad4de5cecf3fabff92e4bb2352c17 (diff)
downloadconfconf-101d5ad1f3e864f3b6442b6063151ffb47178099.tar.gz
add basetype-use-checks to analyse
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