summaryrefslogtreecommitdiffstats
path: root/jq_parser.h
diff options
context:
space:
mode:
authorLee Thompson <thompson@dtosolutions.com>2012-11-28 01:08:23 -0600
committerLee Thompson <thompson@dtosolutions.com>2012-11-28 01:08:23 -0600
commitddeec45b2ea79fc23277e9ff8d0e70c929ba61a8 (patch)
tree1c7ceac2c9341011dd406923f5e7d0331a830b1b /jq_parser.h
parent006357f954c72bf4212bbc16e869efbfe9d06eda (diff)
revert back to make invoking flex, fix a few bugs
Diffstat (limited to 'jq_parser.h')
-rw-r--r--jq_parser.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/jq_parser.h b/jq_parser.h
new file mode 100644
index 00000000..8dc37163
--- /dev/null
+++ b/jq_parser.h
@@ -0,0 +1,7 @@
+#ifndef JQ_PARSER_H
+#define JQ_PARSER_H
+
+int jq_parse(struct locfile* source, block* answer);
+int jq_parse_library(struct locfile* locations, block* answer);
+
+#endif