mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
16 lines
261 B
C
16 lines
261 B
C
#ifndef SRC_BLOCKS_BLOCKS_H_
|
|
#define SRC_BLOCKS_BLOCKS_H_
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const unsigned char *get_blocks_dat_start(int testnet);
|
|
size_t get_blocks_dat_size(int testnet);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif /* SRC_BLOCKS_BLOCKS_H_ */
|