summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h
diff options
context:
space:
mode:
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h')
-rw-r--r--external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h b/external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h
new file mode 100644
index 00000000..56b03e2d
--- /dev/null
+++ b/external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h
@@ -0,0 +1,29 @@
+
+#ifndef __SODIUM_VERSION_H__
+#define __SODIUM_VERSION_H__
+
+#include "export.h"
+
+#define SODIUM_VERSION_STRING "0.4.5"
+
+#define SODIUM_LIBRARY_VERSION_MAJOR 4
+#define SODIUM_LIBRARY_VERSION_MINOR 4
+
+#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