summaryrefslogtreecommitdiff
path: root/libs/libcurl/src/strcase.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libcurl/src/strcase.h')
-rw-r--r--libs/libcurl/src/strcase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/libcurl/src/strcase.h b/libs/libcurl/src/strcase.h
index d245929227..65a575385d 100644
--- a/libs/libcurl/src/strcase.h
+++ b/libs/libcurl/src/strcase.h
@@ -43,6 +43,7 @@ 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);
+char Curl_raw_tolower(char in);
/* checkprefix() is a shorter version of the above, used when the first
argument is the string literal */
@@ -52,5 +53,6 @@ void Curl_strntoupper(char *dest, const char *src, size_t n);
void Curl_strntolower(char *dest, const char *src, size_t n);
bool Curl_safecmp(char *a, char *b);
+int Curl_timestrcmp(const char *first, const char *second);
#endif /* HEADER_CURL_STRCASE_H */