X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=bf399ddba90866166f2886336886ccb0fe29703d;hp=a04d6687d81ec5936c3772c44448a69bb4adbe38;hb=c2b9c06062d36bde859b630b99a08c7b7428e721;hpb=fc674eaae14ed2e07abc0df1285b1bd70e0d27cc diff --git a/src/conf.h b/src/conf.h index a04d6687..bf399ddb 100644 --- a/src/conf.h +++ b/src/conf.h @@ -17,12 +17,16 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.h,v 1.6.4.31 2002/02/10 21:57:53 guus Exp $ + $Id: conf.h,v 1.6.4.32 2002/02/18 16:25:16 guus Exp $ */ #ifndef __TINC_CONF_H__ #define __TINC_CONF_H__ +#include +#include +#include + #include #include "net.h" #include "subnet.h" @@ -54,7 +58,7 @@ extern int get_config_bool(config_t *, int *); extern int get_config_int(config_t *, int *); extern int get_config_port(config_t *, port_t *); extern int get_config_string(config_t *, char **); -extern int get_config_address(config_t *, ipv4_t **); +extern int get_config_address(config_t *, struct addrinfo **); struct subnet_t; /* Needed for next line. */ extern int get_config_subnet(config_t *, struct subnet_t **);