aboutsummaryrefslogtreecommitdiff
path: root/irc.h
diff options
context:
space:
mode:
Diffstat (limited to 'irc.h')
-rw-r--r--irc.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/irc.h b/irc.h
index 91c3ffe686..c69fd9ee97 100644
--- a/irc.h
+++ b/irc.h
@@ -4,7 +4,5 @@
extern bool RecvLine(SOCKET hSocket, string& strLine);
extern void ThreadIRCSeed(void* parg);
-extern bool fRestartIRCSeed;
-extern map<vector<unsigned char>, CAddress> mapIRCAddresses;
-extern CCriticalSection cs_mapIRCAddresses;
+extern int nGotIRCAddresses;