X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.c;h=ca6640a794810622a94949b2eb3b453aed2f924f;hp=1536b583a86270fff6ff1d9ebde60b2dfee61f42;hb=35932fe6c8cb481eb687f98424776ce429570c21;hpb=db21f015161aac244ec5600c4d0ff685549892c2 diff --git a/src/conf.c b/src/conf.c index 1536b583..ca6640a7 100644 --- a/src/conf.c +++ b/src/conf.c @@ -19,7 +19,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - $Id: conf.c,v 1.9.4.17 2000/10/24 15:46:15 guus Exp $ + $Id: conf.c,v 1.9.4.18 2000/10/29 00:02:17 guus Exp $ */ @@ -30,6 +30,7 @@ #include #include #include +#include #include @@ -85,7 +86,7 @@ static internal_config_t hazahaza[] = { config_t * add_config_val(config_t **cfg, int argtype, char *val) { - config_t *p, *r; + config_t *p; char *q; cp p = (config_t*)xmalloc(sizeof(*p));