mirror of
https://github.com/curl/curl.git
synced 2026-08-25 10:53:37 +03:00
strcase: turn Curl_raw_tolower into static
Only ever used from within this file.
This commit is contained in:
parent
d265a7d36b
commit
ea284778f5
2 changed files with 6 additions and 5 deletions
|
|
@ -7,7 +7,7 @@
|
|||
* | (__| |_| | _ <| |___
|
||||
* \___|\___/|_| \_\_____|
|
||||
*
|
||||
* Copyright (C) 1998 - 2019, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
* Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
*
|
||||
* This software is licensed as described in the file COPYING, which
|
||||
* you should have received as part of this distribution. The terms
|
||||
|
|
@ -40,7 +40,6 @@ 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 zero-byte terminated */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue