aboutsummaryrefslogtreecommitdiff
path: root/lib/strcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/strcase.h')
-rw-r--r--lib/strcase.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/strcase.h b/lib/strcase.h
index bf057b1ff..ea2abc8b6 100644
--- a/lib/strcase.h
+++ b/lib/strcase.h
@@ -36,6 +36,7 @@
#define strncasecompare(a,b,c) Curl_strncasecompare(a,b,c)
int Curl_strcasecompare(const char *first, const char *second);
+int Curl_safe_strcasecompare(const char *first, const char *second);
int Curl_strncasecompare(const char *first, const char *second, size_t max);
char Curl_raw_toupper(char in);