aboutgitcodelistschat:MatrixIRC
path: root/cooker/call.h
blob: 3c0eb09c04684d46b110b66a6ec25a63099ec6ee (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 CALL_H
#define CALL_H

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

#endif /* CALL_H */