seeder/bitcoin.h

9 lines
186 B
C
Raw Normal View History

2011-12-20 05:20:50 +01:00
#ifndef _BITCOIN_H_
#define _BITCOIN_H_ 1
#include "protocol.h"
2012-05-25 15:41:27 +02:00
bool TestNode(const CService &cip, int &ban, int &client, std::string &clientSV, std::vector<CAddress>& vAddr);
2011-12-20 05:20:50 +01:00
#endif