/* SPDX-License-Identifier: GPL-3.0-or-later * Copyright 2023 Red Hat GmbH * Author: Stefano Brivio */ #ifndef PARSE_H #define PARSE_H void parse_file(struct gluten_ctx *g, const char *path); #endif /* PARSE_H */