aboutsummaryrefslogtreecommitdiff
path: root/irc.h
diff options
context:
space:
mode:
authors_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-05 04:41:36 +0000
committers_nakamoto <s_nakamoto@1a98c847-1fd6-4fd8-948a-caf3550aa51b>2009-11-05 04:41:36 +0000
commitfba40889418cb1861440a3fdccee048c69f0fb89 (patch)
tree8b82ec196f05e1297dd87e0d857507f8ea1cf975 /irc.h
parentf7d3cc0e584e7184b9f5cd9736d34f41c5e70182 (diff)
downloadbitcoin-fba40889418cb1861440a3fdccee048c69f0fb89.tar.xz
unix build merged in, bitmap resources from xpm instead of rc, better addr relay, better selection of addrs by time last seen for faster connect
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;