From e6562db0423e6019154baf05beb02ff3da02f3bb Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 16:08:46 +0100 Subject: Re-arrange repository structure --- seitan-cooker/emit.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 seitan-cooker/emit.h (limited to 'seitan-cooker/emit.h') diff --git a/seitan-cooker/emit.h b/seitan-cooker/emit.h new file mode 100644 index 0000000..74264b1 --- /dev/null +++ b/seitan-cooker/emit.h @@ -0,0 +1,12 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later + * Copyright 2023 Red Hat GmbH + * Author: Stefano Brivio + */ + +#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 */ -- cgit v1.2.3