Allow using key & configuration parser from tincd in tinc.
[tinc] / src / conf_net.h
1 #ifndef TINC_NET_CONF_H
2 #define TINC_NET_CONF_H
3
4 #include "system.h"
5 #include "conf.h"
6 #include "subnet.h"
7
8 extern bool get_config_subnet(const config_t *config, struct subnet_t **result);
9
10 #endif // TINC_NET_CONF_H