Sha256: 1c1859a9c56e4d80d7aa861a4d1ca840688b683049e0604f6ed58b0ccf8dc66d
Contents?: true
Size: 457 Bytes
Versions: 3
Compression:
Stored size: 457 Bytes
Contents
#ifndef __SODIUM_VERSION_H__ #define __SODIUM_VERSION_H__ #include "export.h" #define SODIUM_VERSION_STRING "0.5.0" #define SODIUM_LIBRARY_VERSION_MAJOR 5 #define SODIUM_LIBRARY_VERSION_MINOR 0 #ifdef __cplusplus extern "C" { #endif SODIUM_EXPORT const char *sodium_version_string(void); SODIUM_EXPORT int sodium_library_version_major(void); SODIUM_EXPORT int sodium_library_version_minor(void); #ifdef __cplusplus } #endif #endif
Version data entries
3 entries across 3 versions & 1 rubygems