Monero
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,
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_ */
get_blocks_dat_size
size_t get_blocks_dat_size(int testnet, int stagenet)
Definition:
blockexports.c:77
get_blocks_dat_start
const unsigned char * get_blocks_dat_start(int testnet, int stagenet)
Definition:
blockexports.c:67
Generated on Sun Jul 8 2018 12:00:00 for Monero by
1.8.14