X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=1494e96193636ad0f75435362765eb9102cdaf0e;hp=4d4047a692bd63ede9a8f4a94cefc7ced2dc86cf;hb=8d393b30a922110ec77d5b243347416b50cd2160;hpb=df3220a1549f992cbf4a9b6e67c1e67b69896c7d diff --git a/src/conf.h b/src/conf.h index 4d4047a6..1494e961 100644 --- a/src/conf.h +++ b/src/conf.h @@ -1,7 +1,7 @@ /* conf.h -- header for conf.c - Copyright (C) 1998-2005 Ivo Timmermans - 2000-2005 Guus Sliepen + Copyright (C) 1998-2005 Ivo Timmermans + 2000-2006 Guus Sliepen This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -36,6 +36,7 @@ typedef struct config_t { extern avl_tree_t *config_tree; +extern int pinginterval; extern int pingtimeout; extern int maxtimeout; extern bool bypass_security;