blob: bca9bae1fbe10f73d8a674f10889d06bb1c0d1d8 [file] [log] [blame]
#ifndef BUILTIN_H
#define BUILTIN_H
#include "jq.h"
#include "bytecode.h"
#include "compile.h"
int builtins_bind(jq_state *, block*);
#endif