diff --git a/c/parser.h b/c/parser.h new file mode 100644 index 00000000..25eff019 --- /dev/null +++ b/c/parser.h @@ -0,0 +1,7 @@ +#ifndef PARSER_H +#define PARSER_H + +int jq_parse(struct locfile* source, block* answer); +int jq_parse_library(struct locfile* locations, block* answer); + +#endif