aboutgitcodelistschat:MatrixIRC
path: root/cooker/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'cooker/match.h')
-rw-r--r--cooker/match.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/cooker/match.h b/cooker/match.h
new file mode 100644
index 0000000..95c7b4d
--- /dev/null
+++ b/cooker/match.h
@@ -0,0 +1,11 @@
+/* SPDX-License-Identifier: GPL-3.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 */