aboutgitcodelistschat:MatrixIRC
path: root/cooker/emit.h
diff options
context:
space:
mode:
authorAlice Frosi <afrosi@redhat.com>2023-06-05 14:06:33 +0200
committerAlice Frosi <afrosi@redhat.com>2023-06-05 14:06:33 +0200
commit12129d46981106fa0d356cfd6000d6006942f0e4 (patch)
tree51bbac6dd6201fb2e3465d36470d16424714307f /cooker/emit.h
parentc021082abcc9d94c2e94679f6729265fe65529a3 (diff)
downloadseitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.gz
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.bz2
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.lz
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.xz
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.tar.zst
seitan-12129d46981106fa0d356cfd6000d6006942f0e4.zip
cooker: add emit_end
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,