From ea284778f56f2ff3c07b72c584df71d19a043591 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 23 Jan 2020 09:01:25 +0100 Subject: strcase: turn Curl_raw_tolower into static Only ever used from within this file. --- lib/strcase.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'lib/strcase.h') diff --git a/lib/strcase.h b/lib/strcase.h index baa768b2b..cd4c4191a 100644 --- a/lib/strcase.h +++ b/lib/strcase.h @@ -7,7 +7,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2019, Daniel Stenberg, , et al. + * Copyright (C) 1998 - 2020, Daniel Stenberg, , 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 */ -- cgit v1.2.1