Fix #626: RecvLine wrong error message

Also moved RecvLine to net.cpp.
This commit is contained in:
Pieter Wuille
2012-02-19 19:05:41 +01:00
parent e0b8d459b1
commit a3342d096f
4 changed files with 52 additions and 52 deletions

View File

@@ -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;