From 101d5ad1f3e864f3b6442b6063151ffb47178099 Mon Sep 17 00:00:00 2001 From: katherine Date: Thu, 23 May 2019 03:23:59 -0700 Subject: add basetype-use-checks to analyse --- src/gen.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/gen.h') 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 -- cgit v1.2.3