X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fconf.h;h=59c081c107a96b78e1f2e02440ba38bef0fa8a17;hp=46a42b1d455b8ff7b048cfe8c151a9bfc15312f5;hb=776dbf88df1911ec379c2fece0089fd2f5c71021;hpb=5b0f5ad958d6db4e73aebc5ee6c608cdae81b7b5 diff --git a/src/conf.h b/src/conf.h index 46a42b1d..59c081c1 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-2009 Guus Sliepen + 2000-2012 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 @@ -38,6 +38,7 @@ extern avl_tree_t *config_tree; extern int pinginterval; extern int pingtimeout; extern int maxtimeout; +extern int mintimeout; extern bool bypass_security; extern char *confbase; extern char *netname;