X-Git-Url: https://tinc-vpn.org/git/browse?a=blobdiff_plain;f=src%2Fnet.h;h=879dfffbeae0e9346f61d95c611e33ac79ccb96a;hb=52f64cdf954a525bf7de1c5f9d3be60dfbe220b5;hp=0165d1e07845900c1d6938baf0fbaf8b7564294a;hpb=94587264bda45cce0295aaa37b59905d4b9843a8;p=tinc diff --git a/src/net.h b/src/net.h index 0165d1e0..879dfffb 100644 --- a/src/net.h +++ b/src/net.h @@ -1,7 +1,7 @@ /* net.h -- header for net.c Copyright (C) 1998-2005 Ivo Timmermans - 2000-2012 Guus Sliepen + 2000-2013 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 @@ -135,6 +135,7 @@ extern int udp_sndbuf; extern bool do_prune; extern char *myport; extern int autoconnect; +extern bool disablebuggypeers; extern int contradicting_add_edge; extern int contradicting_del_edge; extern time_t last_config_check;