summaryrefslogtreecommitdiff
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, 0 insertions, 1 deletions
diff --git a/lib/strcase.h b/lib/strcase.h
index ea2abc8b6..6fee3840e 100644
--- a/lib/strcase.h
+++ b/lib/strcase.h
@@ -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 */