summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/nxt_string.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_string.h b/src/nxt_string.h
index 7d1e044d..3f9192e2 100644
--- a/src/nxt_string.h
+++ b/src/nxt_string.h
@@ -180,7 +180,7 @@ NXT_EXPORT uintptr_t nxt_encode_complex_uri(u_char *dst, u_char *src,
size_t length);
NXT_EXPORT nxt_bool_t nxt_is_complex_uri_encoded(u_char *s, size_t length);
-NXT_EXPORT const uint8_t nxt_hex2int[256];
+extern const uint8_t nxt_hex2int[256];
#endif /* _NXT_STRING_H_INCLUDED_ */