aboutsummaryrefslogtreecommitdiff
path: root/client/acronc/client.h
blob: 438d7fded2f4f38ee39b00f1242c11de2c51588b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/*
 * Created by yuuta on 7/24/22.
 */

#ifndef ACRONC_CLIENT_H
#define ACRONC_CLIENT_H

#include <libac.h>

int handle_object(ac_obj_t *obj);

#endif /* ACRONC_CLIENT_H */