aboutsummaryrefslogtreecommitdiff
path: root/src/irc.h
diff options
context:
space:
mode:
authorPieter Wuille <pieter.wuille@gmail.com>2012-02-12 13:45:24 +0100
committerPieter Wuille <pieter.wuille@gmail.com>2012-05-04 16:12:23 +0200
commit39857190dee3ed296112cfcfd79b0a375143b6c6 (patch)
treec78b110e9731a9b495074e3889b5767ab8d40e8b /src/irc.h
parent478b01d9a797f3ea41cca141992b161867a5996d (diff)
downloadbitcoin-39857190dee3ed296112cfcfd79b0a375143b6c6.tar.xz
Support for multiple local addresses
Diffstat (limited to 'src/irc.h')
-rw-r--r--src/irc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irc.h b/src/irc.h
index 08d62b83d2..a6073199ec 100644
--- a/src/irc.h
+++ b/src/irc.h
@@ -8,6 +8,5 @@
void ThreadIRCSeed(void* parg);
extern int nGotIRCAddresses;
-extern bool fGotExternalIP;
#endif