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, 0 insertions, 29 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
deleted file mode 100644
index 56b03e2d..00000000
--- a/external_libs/python/pyzmq-14.7.0/buildutils/include_sodium/version.h
+++ /dev/null
@@ -1,29 +0,0 @@
-
-#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