aboutgitcodelistschat:MatrixIRC
path: root/src/cooker/emit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cooker/emit.h')
-rw-r--r--src/cooker/emit.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/cooker/emit.h b/src/cooker/emit.h
new file mode 100644
index 0000000..74264b1
--- /dev/null
+++ b/src/cooker/emit.h
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Stefano Brivio <sbrivio@redhat.com>
+ */
+
+#ifndef EMIT_H
+#define EMIT_H
+
+int emit_nr(struct gluten_ctx *g, long number);
+int emit_load(struct gluten_ctx *g, int offset, int index, size_t len);
+
+#endif /* EMIT_H */