X-Git-Url: https://tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=src%2Fnet.h;h=7dd311d3eaa04e874743892b6f4764bd9ed8c0a0;hp=0f70a4b49813cc2f9f69e603fdf9d30eaa7c3192;hb=0e6856b1379e278aa5ed116d0911851339a6064c;hpb=e012e752f4f1a2b06dfab4640bbbea8f084999ff diff --git a/src/net.h b/src/net.h index 0f70a4b4..7dd311d3 100644 --- a/src/net.h +++ b/src/net.h @@ -1,6 +1,6 @@ /* net.h -- header for net.c - Copyright (C) 1998-2005 Ivo Timmermans + Copyright (C) 1998-2005 Ivo Timmermans 2000-2009 Guus Sliepen This program is free software; you can redistribute it and/or modify @@ -16,8 +16,6 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. - - $Id$ */ #ifndef __TINC_NET_H__ @@ -143,6 +141,8 @@ extern void send_mtu_probe(struct node_t *); #ifndef HAVE_MINGW #define closesocket(s) close(s) +#else +extern CRITICAL_SECTION mutex; #endif #endif /* __TINC_NET_H__ */