aboutsummaryrefslogtreecommitdiff
path: root/irc.h
blob: 91c3ffe686c6ddd00b5531c369e5210ac243f2b0 (plain)
1
2
3
4
5
6
7
8
9
10
// Copyright (c) 2009 Satoshi Nakamoto
// Distributed under the MIT/X11 software license, see the accompanying
// file license.txt or http://www.opensource.org/licenses/mit-license.php.

extern bool RecvLine(SOCKET hSocket, string& strLine);
extern void ThreadIRCSeed(void* parg);
extern bool fRestartIRCSeed;

extern map<vector<unsigned char>, CAddress> mapIRCAddresses;
extern CCriticalSection cs_mapIRCAddresses;