aboutgitcodelistschat:MatrixIRC
path: root/seitan-cooker/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'seitan-cooker/parse.h')
-rw-r--r--seitan-cooker/parse.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/seitan-cooker/parse.h b/seitan-cooker/parse.h
new file mode 100644
index 0000000..cb4a2f2
--- /dev/null
+++ b/seitan-cooker/parse.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-3.0-or-later
+ * Copyright 2023 Red Hat GmbH
+ * Author: Stefano Brivio <sbrivio@redhat.com>
+ */
+
+#ifndef PARSE_H
+#define PARSE_H
+
+int parse_file(struct gluten_ctx *g, const char *path);
+
+#endif /* PARSE_H */