summaryrefslogtreecommitdiffstats
path: root/builtin.h
blob: bca9bae1fbe10f73d8a674f10889d06bb1c0d1d8 (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef BUILTIN_H
#define BUILTIN_H

#include "jq.h"
#include "bytecode.h"
#include "compile.h"

int builtins_bind(jq_state *, block*);

#endif