1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add a missing file from prev commit

This commit is contained in:
Stephen Dolan
2012-09-18 12:58:29 +01:00
parent 940f8c4270
commit 8f0c91c032

7
c/parser.h Normal file
View File

@ -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