one more extern

This commit is contained in:
Felix von Leitner 2004-01-06 22:55:25 +00:00
parent 406d262a86
commit 2162a3294b
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ void socket_tryreservein(int s,int size);
const char* socket_getifname(uint32 _interface);
uint32 socket_getifidx(const char* ifname);
int noipv6;
extern int noipv6;
#ifdef __MINGW32__
#include <winsock2.h>