summaryrefslogtreecommitdiffstats
path: root/contrib/libs/curl/lib/strcase.h
diff options
context:
space:
mode:
authorrobot-contrib <[email protected]>2022-12-02 16:18:16 +0300
committerrobot-contrib <[email protected]>2022-12-02 16:18:16 +0300
commit22a73deb46c33ab8539b522286f0fb9b3364f856 (patch)
treeaf3cf69e9e6ebc887a5add5491b2fcebbfdff06a /contrib/libs/curl/lib/strcase.h
parent2e7d246d83a0077f08e6fed36594fc2087949502 (diff)
Update contrib/libs/curl to 7.86.0
Diffstat (limited to 'contrib/libs/curl/lib/strcase.h')
-rw-r--r--contrib/libs/curl/lib/strcase.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/curl/lib/strcase.h b/contrib/libs/curl/lib/strcase.h
index d245929227e..65a575385df 100644
--- a/contrib/libs/curl/lib/strcase.h
+++ b/contrib/libs/curl/lib/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 */