Skip to content

Commit

Permalink
Yes
Browse files Browse the repository at this point in the history
  • Loading branch information
larziwau authored Dec 24, 2024
1 parent d179568 commit 3a15344
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions libs/sodium/version.h
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@

#ifndef sodium_version_H
#define sodium_version_H
#ifndef SODIUM_VERSION_H
#define SODIUM_VERSION_H

#include "export.h"

#define SODIUM_VERSION_STRING "1.0.20"

#define SODIUM_LIBRARY_VERSION_MAJOR 26
#define SODIUM_LIBRARY_VERSION_MINOR 2


#ifdef __cplusplus
extern "C" {
#endif
Expand All @@ -18,16 +15,16 @@ SODIUM_EXPORT
const char *sodium_version_string(void);

SODIUM_EXPORT
int sodium_library_version_major(void);
int sodium_library_version_major(void);

SODIUM_EXPORT
int sodium_library_version_minor(void);
int sodium_library_version_minor(void);

SODIUM_EXPORT
int sodium_library_minimal(void);
int sodium_library_minimal(void);

#ifdef __cplusplus
}
#endif

#endif
#endif // SODIUM_VERSION_H

0 comments on commit 3a15344

Please sign in to comment.