/* * Created by yuuta on 7/24/22. */ #ifndef ACRONC_CONFIG_H #define ACRONC_CONFIG_H #include int config_parse(int argc, const char **argv, ac_connection_parameters_t *params); #endif /* ACRONC_CONFIG_H */