libsodium (1.0.19)
1
2 #ifndef randombytes_sysrandom_H
3 #define randombytes_sysrandom_H
4
5 #include "export.h"
6 #include "randombytes.h"
7
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11
12 SODIUM_EXPORT
13 extern struct randombytes_implementation randombytes_sysrandom_implementation;
14
15 #ifdef __cplusplus
16 }
17 #endif
18
19 #endif