]> Git Repo - VerusCoin.git/blame - irc.h
Initial commit of changes to make JSON-RPC HTTP headers case-insensitive, as per...
[VerusCoin.git] / irc.h
CommitLineData
0a61b0df 1// Copyright (c) 2009-2010 Satoshi Nakamoto
2// Distributed under the MIT/X11 software license, see the accompanying
3// file license.txt or http://www.opensource.org/licenses/mit-license.php.
4
5bool RecvLine(SOCKET hSocket, string& strLine);
6void ThreadIRCSeed(void* parg);
7
8extern int nGotIRCAddresses;
629e37dd 9extern bool fGotExternalIP;
This page took 0.021803 seconds and 4 git commands to generate.