Changed nxt_memcasecmp() interface to avoid casts.
This commit is contained in:
@@ -87,7 +87,7 @@ NXT_EXPORT u_char *nxt_cpystrn(u_char *dst, const u_char *src, size_t length);
|
||||
NXT_EXPORT nxt_int_t nxt_strcasecmp(const u_char *s1, const u_char *s2);
|
||||
NXT_EXPORT nxt_int_t nxt_strncasecmp(const u_char *s1, const u_char *s2,
|
||||
size_t length);
|
||||
NXT_EXPORT nxt_int_t nxt_memcasecmp(const u_char *s1, const u_char *s2,
|
||||
NXT_EXPORT nxt_int_t nxt_memcasecmp(const void *p1, const void *p2,
|
||||
size_t length);
|
||||
|
||||
NXT_EXPORT u_char *nxt_memstrn(const u_char *s, const u_char *end,
|
||||
|
||||
Reference in New Issue
Block a user