69aedf2533
Version 4.0.0.4 - refactored code - migrated vom Qt4 to Qt5 - added secure messaging
13 lines
356 B
C
13 lines
356 B
C
// Copyright (c) 2009-2010 Satoshi Nakamoto
|
|
// Copyright (c) 2009-2012 The Bitcoin developers
|
|
// Distributed under the MIT/X11 software license, see the accompanying
|
|
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
|
|
#ifndef TRIANGLES_IRC_H
|
|
#define TRIANGLES_IRC_H
|
|
|
|
void ThreadIRCSeed(void* parg);
|
|
|
|
extern int nGotIRCAddresses;
|
|
|
|
#endif
|