We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86202c3 commit 9606e20Copy full SHA for 9606e20
pgspeck.h
@@ -3,9 +3,9 @@
3
4
#include "postgres.h"
5
6
-uint32 speck_encrypt32(const uint32 xy, const int64 K);
7
-uint32 speck_decrypt32(const uint32 xy, const int64 K);
8
-int64 speck_encrypt48(const int64 xy, const int64 *K);
9
-int64 speck_decrypt48(const int64 xy, const int64 *K);
+extern uint32 speck_encrypt32(const uint32 xy, const int64 K);
+extern uint32 speck_decrypt32(const uint32 xy, const int64 K);
+extern int64 speck_encrypt48(const int64 xy, const int64 *K);
+extern int64 speck_decrypt48(const int64 xy, const int64 *K);
10
11
#endif
0 commit comments