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