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