From b6c964fb5a00c8b8ab26a4678cdde24c3e9b1d9c Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Tue, 28 Mar 2023 16:48:58 +0200 Subject: Rename cooker and eater with seitan prefix --- cooker/parse.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 cooker/parse.h (limited to 'cooker/parse.h') diff --git a/cooker/parse.h b/cooker/parse.h new file mode 100644 index 0000000..cb4a2f2 --- /dev/null +++ b/cooker/parse.h @@ -0,0 +1,11 @@ +/* SPDX-License-Identifier: GPL-3.0-or-later + * Copyright 2023 Red Hat GmbH + * Author: Stefano Brivio + */ + +#ifndef PARSE_H +#define PARSE_H + +int parse_file(struct gluten_ctx *g, const char *path); + +#endif /* PARSE_H */ -- cgit v1.2.3