Better wording for transaction fee notification messages
[novacoin.git] / irc.h
diff --git a/irc.h b/irc.h
index 91c3ffe..4bc8129 100644 (file)
--- a/irc.h
+++ b/irc.h
@@ -1,10 +1,9 @@
-// Copyright (c) 2009 Satoshi Nakamoto\r
-// Distributed under the MIT/X11 software license, see the accompanying\r
-// file license.txt or http://www.opensource.org/licenses/mit-license.php.\r
-\r
-extern bool RecvLine(SOCKET hSocket, string& strLine);\r
-extern void ThreadIRCSeed(void* parg);\r
-extern bool fRestartIRCSeed;\r
-\r
-extern map<vector<unsigned char>, CAddress> mapIRCAddresses;\r
-extern CCriticalSection cs_mapIRCAddresses;\r
+// Copyright (c) 2009-2010 Satoshi Nakamoto
+// Distributed under the MIT/X11 software license, see the accompanying
+// file license.txt or http://www.opensource.org/licenses/mit-license.php.
+
+bool RecvLine(SOCKET hSocket, string& strLine);
+void ThreadIRCSeed(void* parg);
+
+extern int nGotIRCAddresses;
+extern bool fGotExternalIP;