diff options
Diffstat (limited to 'src/gen.h')
-rw-r--r-- | src/gen.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |