summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_string.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_string.c')
-rw-r--r--src/nxt_string.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/nxt_string.c b/src/nxt_string.c
index 1ca595a1..39f472e9 100644
--- a/src/nxt_string.c
+++ b/src/nxt_string.c
@@ -7,6 +7,10 @@
#include <nxt_main.h>
+extern inline void nxt_ustr2str(char *restrict dst, const u_char *restrict src,
+ size_t length);
+
+
nxt_str_t *
nxt_str_alloc(nxt_mp_t *mp, size_t length)
{