]> Git Repo - VerusCoin.git/blame - src/irc.h
Update License in File Headers
[VerusCoin.git] / src / irc.h
CommitLineData
0a61b0df 1// Copyright (c) 2009-2010 Satoshi Nakamoto
88216419 2// Copyright (c) 2009-2012 The Bitcoin developers
0a61b0df 3// Distributed under the MIT/X11 software license, see the accompanying
3a25a2b9 4// file COPYING or http://www.opensource.org/licenses/mit-license.php.
223b6f1b
WL
5#ifndef BITCOIN_IRC_H
6#define BITCOIN_IRC_H
0a61b0df 7
0a61b0df 8void ThreadIRCSeed(void* parg);
9
10extern int nGotIRCAddresses;
223b6f1b
WL
11
12#endif
This page took 0.059527 seconds and 4 git commands to generate.