one more extern

This commit is contained in:
leitner 2004-01-06 22:55:25 +00:00
parent 27e01305cd
commit b2773267a3

View File

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