Electroneum
src
blocks
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);
9
size_t
get_blocks_dat_size
(
int
testnet);
10
11
#ifdef __cplusplus
12
}
13
#endif
14
15
16
#endif
/* SRC_BLOCKS_BLOCKS_H_ */
get_blocks_dat_start
const unsigned char * get_blocks_dat_start(int testnet)
Definition:
blockexports.c:57
get_blocks_dat_size
size_t get_blocks_dat_size(int testnet)
Definition:
blockexports.c:65
Generated on Mon Jul 8 2019 12:00:00 for Electroneum by
1.8.14