aboutgitcodelistschat:MatrixIRC
path: root/cooker/call.h
blob: 435288fe1bc95514ec82484500dbdcf73ba989da (plain) (tree)
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 CALL_H
#define CALL_H

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

#endif /* CALL_H */