From c021082abcc9d94c2e94679f6729265fe65529a3 Mon Sep 17 00:00:00 2001 From: Stefano Brivio Date: Sun, 4 Jun 2023 09:51:15 +0200 Subject: cooker: Generic attributes and ATTR_SIZE Signed-off-by: Stefano Brivio --- cooker/parse.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/parse.h') diff --git a/cooker/parse.h b/cooker/parse.h index ece2848..8bb37a4 100644 --- a/cooker/parse.h +++ b/cooker/parse.h @@ -7,6 +7,7 @@ #define PARSE_H long long value_get_num(struct num *desc, JSON_Value *value); +size_t value_get_size(struct gluten_ctx *g, intptr_t id); 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, -- cgit v1.2.3