2010-02-12 21:38:44 +01:00
|
|
|
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
2009-08-30 05:46:39 +02:00
|
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
|
|
// file license.txt or http://www.opensource.org/licenses/mit-license.php.
|
|
|
|
|
2010-02-12 21:38:44 +01:00
|
|
|
bool RecvLine(SOCKET hSocket, string& strLine);
|
|
|
|
void ThreadIRCSeed(void* parg);
|
2009-08-30 05:46:39 +02:00
|
|
|
|
2009-11-05 05:41:36 +01:00
|
|
|
extern int nGotIRCAddresses;
|