From 12129d46981106fa0d356cfd6000d6006942f0e4 Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Mon, 5 Jun 2023 14:06:33 +0200 Subject: cooker: add emit_end --- cooker/emit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'cooker/emit.h') diff --git a/cooker/emit.h b/cooker/emit.h index 31c3378..70ffd72 100644 --- a/cooker/emit.h +++ b/cooker/emit.h @@ -26,6 +26,7 @@ void emit_copy(struct gluten_ctx *g, struct gluten_offset dst, struct gluten_offset src, size_t size); void emit_copy_field(struct gluten_ctx *g, struct field *field, struct gluten_offset dst, struct gluten_offset src); +void emit_end(struct gluten_ctx *g); struct gluten_offset emit_data(struct gluten_ctx *g, enum type type, size_t str_len, union value *value); struct gluten_offset emit_data_at(struct gluten_ctx *g, -- cgit v1.2.3