From 1644bbec6161ec971a2ba3c213ce285b995cac22 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Thu, 1 Jun 2023 11:04:38 +0200 Subject: cooker: OP_CALL and OP_COPY stuff ...mostly. Signed-off-by: Stefano Brivio --- cooker/parse.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cooker/parse.h') diff --git a/cooker/parse.h b/cooker/parse.h index 05079cc..361fc55 100644 --- a/cooker/parse.h +++ b/cooker/parse.h @@ -6,6 +6,11 @@ #ifndef PARSE_H #define PARSE_H +long long value_get_num(struct num *desc, JSON_Value *value); +void value_get(union desc desc, enum type type, JSON_Value *value, + union value *out); +struct field *select_field(struct gluten_ctx *g, int pos, + struct select *s, union value v); void parse_file(struct gluten_ctx *g, const char *path); #endif /* PARSE_H */ -- cgit v1.2.3