]> granicus.if.org Git - jq/commitdiff
Add a missing file from prev commit
authorStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Sep 2012 11:58:29 +0000 (12:58 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Tue, 18 Sep 2012 11:58:29 +0000 (12:58 +0100)
c/parser.h [new file with mode: 0644]

diff --git a/c/parser.h b/c/parser.h
new file mode 100644 (file)
index 0000000..25eff01
--- /dev/null
@@ -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