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

#ifndef ACRONC_CONFIG_H
#define ACRONC_CONFIG_H

#include <libac.h>

int config_parse(int argc, const char **argv, ac_connection_parameters_t *params);

#endif /* ACRONC_CONFIG_H */