aboutgitcodelistschat:MatrixIRC
path: root/cooker/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/parse.h')
-rw-r--r--cooker/parse.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/cooker/parse.h b/cooker/parse.h
deleted file mode 100644
index cb4a2f2..0000000
--- a/cooker/parse.h
+++ /dev/null
@@ -1,11 +0,0 @@
-/* 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 */