aboutgitcodelistschat:MatrixIRC
path: root/cooker/parse.h
blob: cb4a2f24a72f9fef2a4eb2a09bf901ec6f31d812 (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

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

#endif /* PARSE_H */