aboutgitcodelistschat:MatrixIRC
path: root/cooker/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/emit.h')
-rw-r--r--cooker/emit.h1
1 files changed, 1 insertions, 0 deletions
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,