Do not forget extern "C" wrappers.
This commit is contained in:
parent
ced8034901
commit
b1c79463e0
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
#include "export.h"
|
#include "export.h"
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int sodium_runtime_get_cpu_features(void);
|
int sodium_runtime_get_cpu_features(void);
|
||||||
|
|
||||||
@ -16,4 +20,8 @@ int sodium_runtime_has_sse2(void);
|
|||||||
SODIUM_EXPORT
|
SODIUM_EXPORT
|
||||||
int sodium_runtime_has_sse3(void);
|
int sodium_runtime_has_sse3(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user