From: Stephen Dolan Date: Tue, 18 Sep 2012 11:58:29 +0000 (+0100) Subject: Add a missing file from prev commit X-Git-Tag: jq-1.1~33 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8f0c91c03289b25e8cad82270f9fea0c2eab7b7b;p=jq Add a missing file from prev commit --- diff --git a/c/parser.h b/c/parser.h new file mode 100644 index 0000000..25eff01 --- /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