aboutgitcodelistschat:MatrixIRC
path: root/cooker/match.h
blob: 6b05a86e8d8fd77ea0751817f4d1d0a547ef427b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* SPDX-License-Identifier: GPL-2.0-or-later
 * Copyright 2023 Red Hat GmbH
 * Author: Stefano Brivio <sbrivio@redhat.com>
 */

#ifndef MATCH_H
#define MATCH_H

void handle_matches(struct gluten_ctx *g, JSON_Value *value);

#endif /* MATCH_H */