]> Git Repo - VerusCoin.git/commitdiff
remove dup of extern int nConnectTimeout; in netbase
authorPhilip Kaufmann <[email protected]>
Sat, 31 May 2014 10:04:34 +0000 (12:04 +0200)
committerPhilip Kaufmann <[email protected]>
Sat, 31 May 2014 10:04:34 +0000 (12:04 +0200)
src/netbase.h

index f5a64cb51fda18fbc77e978a1caca6aff08c6243..23cfb1f158568acca413dedea0da6cab1e6294b9 100644 (file)
@@ -17,6 +17,7 @@
 #include <vector>
 
 extern int nConnectTimeout;
+extern bool fNameLookup;
 
 #ifdef WIN32
 // In MSVC, this is defined as a macro, undefine it to prevent a compile and link error
@@ -33,9 +34,6 @@ enum Network
     NET_MAX,
 };
 
-extern int nConnectTimeout;
-extern bool fNameLookup;
-
 /** IP address (IPv6, or IPv4 using mapped IPv6 range (::FFFF:0:0/96)) */
 class CNetAddr
 {
This page took 0.022823 seconds and 4 git commands to generate.