diff options
author | Igor Sysoev <igor@sysoev.ru> | 2019-02-26 19:48:44 +0300 |
---|---|---|
committer | Igor Sysoev <igor@sysoev.ru> | 2019-02-26 19:48:44 +0300 |
commit | 95c9bba33bcb1d0e8e9e7c64d2591187ce11bab1 (patch) | |
tree | 83ef96cee21d921a536a5636558f8c97230bc24c /src/nxt_string.h | |
parent | ce650ea0f703f9228638e88ccb62d207aa647bf2 (diff) | |
download | unit-95c9bba33bcb1d0e8e9e7c64d2591187ce11bab1.tar.gz unit-95c9bba33bcb1d0e8e9e7c64d2591187ce11bab1.tar.bz2 |
Introduced nxt_memcpy_upcase().
Diffstat (limited to 'src/nxt_string.h')
-rw-r--r-- | src/nxt_string.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nxt_string.h b/src/nxt_string.h index 5f82cca8..22a63a17 100644 --- a/src/nxt_string.h +++ b/src/nxt_string.h @@ -43,6 +43,8 @@ nxt_memcpy(dst, src, length) \ NXT_EXPORT void nxt_memcpy_lowcase(u_char *dst, const u_char *src, size_t length); +NXT_EXPORT void nxt_memcpy_upcase(u_char *dst, const u_char *src, + size_t length); /* |