mirror of
https://github.com/curl/curl.git
synced 2026-08-25 13:43:31 +03:00
Remove unused definitions
Closes https://github.com/curl/curl/pull/2747
This commit is contained in:
parent
d26717584c
commit
a829c4b25e
2 changed files with 0 additions and 3 deletions
|
|
@ -46,6 +46,5 @@ char Curl_raw_toupper(char in);
|
|||
#define checkprefix(a,b) curl_strnequal(a,b,strlen(a))
|
||||
|
||||
void Curl_strntoupper(char *dest, const char *src, size_t n);
|
||||
char Curl_raw_toupper(char in);
|
||||
|
||||
#endif /* HEADER_CURL_STRCASE_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue