BitcoinPrivate-seeder/bitcoin.h

9 lines
162 B
C
Raw Normal View History

2011-12-19 20:20:50 -08:00
#ifndef _BITCOIN_H_
#define _BITCOIN_H_ 1
#include "protocol.h"
2011-12-22 17:43:32 -08:00
bool TestNode(const CIPPort &cip, int &ban, int &client, std::vector<CAddress>& vAddr);
2011-12-19 20:20:50 -08:00
#endif