libsodium: Needed for Dnscrypto-proxy Release 1.3.0
[tomato.git] / release / src / router / libsodium / src / libsodium / include / sodium / core.h
blob6be22104b3a8f1d45933aeeb3302795d77699181
2 #ifndef __SODIUM_CORE_H__
3 #define __SODIUM_CORE_H__
5 #include "export.h"
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
11 SODIUM_EXPORT
12 int sodium_init(void);
14 #ifdef __cplusplus
16 #endif
18 #endif