Monero
blocks.h
Go to the documentation of this file.
1 #ifndef SRC_BLOCKS_BLOCKS_H_
2 #define SRC_BLOCKS_BLOCKS_H_
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
8 const unsigned char *get_blocks_dat_start(int testnet, int stagenet);
9 size_t get_blocks_dat_size(int testnet, int stagenet);
10 
11 #ifdef __cplusplus
12 }
13 #endif
14 
15 
16 #endif /* SRC_BLOCKS_BLOCKS_H_ */
size_t get_blocks_dat_size(int testnet, int stagenet)
Definition: blockexports.c:77
const unsigned char * get_blocks_dat_start(int testnet, int stagenet)
Definition: blockexports.c:67