summaryrefslogtreecommitdiffstats
path: root/jq_parser.h
blob: 8dc3716315355f301bb76c439078a85851c4d5df (plain)
1
2
3
4
5
6
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