1 2 3 4 5 6 7 8 9 10 11 12
#ifndef SRC_BLOCKS_BLOCKS_H_ #define SRC_BLOCKS_BLOCKS_H_ #include "cryptonote_config.h" #include "span.h" namespace blocks { const epee::span<const unsigned char> GetCheckpointsData(cryptonote::network_type network); } #endif /* SRC_BLOCKS_BLOCKS_H_ */