summaryrefslogtreecommitdiff
path: root/include/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/util.h')
-rw-r--r--include/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h
index 3fb0657061..6bbb8dd7df 100644
--- a/include/util.h
+++ b/include/util.h
@@ -66,6 +66,7 @@ void *memcpy(void *dest, const void *src, int len);
void *memset(void *dest, int c, int len);
void *memmove(void *dest, const void *src, int len);
int strcasecmp(const char *s1, const char *s2);
+int strncasecmp(const char *s1, const char *s2, int size);
int strlen(const char *s);
int strtoi(const char *nptr, char **endptr, int base);