From 069009f8e39238ec1a67fba6cfb287b9a0cac83e Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Fri, 24 Mar 2023 10:07:48 +0100 Subject: Re-organize project and add license header --- cooker/parse.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 cooker/parse.h (limited to 'cooker/parse.h') 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 - */ - -#ifndef PARSE_H -#define PARSE_H - -int parse_file(struct gluten_ctx *g, const char *path); - -#endif /* PARSE_H */ -- cgit v1.2.3