diff options
Diffstat (limited to 'src/irc.h')
-rw-r--r-- | src/irc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -5,7 +5,6 @@ #ifndef BITCOIN_IRC_H #define BITCOIN_IRC_H -bool RecvLine(SOCKET hSocket, std::string& strLine); void ThreadIRCSeed(void* parg); extern int nGotIRCAddresses; |