seeder/bitcoin.h
Pieter Wuille c4cc50a155 working
2011-12-20 05:20:50 +01:00

8 lines
149 B
C++

#ifndef _BITCOIN_H_
#define _BITCOIN_H_ 1
#include "protocol.h"
bool TestNode(const CIPPort &cip, int &ban, std::vector<CAddress>& vAddr);
#endif