Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/sodium/core.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 
0002 #ifndef sodium_core_H
0003 #define sodium_core_H
0004 
0005 #include "export.h"
0006 
0007 #ifdef __cplusplus
0008 extern "C" {
0009 #endif
0010 
0011 SODIUM_EXPORT
0012 int sodium_init(void)
0013             __attribute__ ((warn_unused_result));
0014 
0015 /* ---- */
0016 
0017 SODIUM_EXPORT
0018 int sodium_set_misuse_handler(void (*handler)(void));
0019 
0020 SODIUM_EXPORT
0021 void sodium_misuse(void)
0022             __attribute__ ((noreturn));
0023 
0024 #ifdef __cplusplus
0025 }
0026 #endif
0027 
0028 #endif