aboutgitcodelistschat:MatrixIRC
path: root/cooker/parse.h
blob: 05079cc02650f970b0067d88c9e2b228ec72f6fb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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

void parse_file(struct gluten_ctx *g, const char *path);

#endif /* PARSE_H */