From 8fe4bd084412f3085638907268c5ffd8bf93c339 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 31 Oct 2016 09:45:17 +0100 Subject: curl_strequal: part of public API/ABI, needs to be kept These two public functions have been mentioned as deprecated since a very long time but since they are still part of the API and ABI we need to keep them around. --- lib/curlx.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/curlx.h') diff --git a/lib/curlx.h b/lib/curlx.h index 426467b7f..101491b84 100644 --- a/lib/curlx.h +++ b/lib/curlx.h @@ -73,8 +73,8 @@ */ #define curlx_getenv curl_getenv -#define curlx_strcasecompare curl_strcasecompare -#define curlx_strncasecompare curl_strncasecompare +#define curlx_strcasecompare curl_strequal +#define curlx_strncasecompare curl_strnequal #define curlx_mvsnprintf curl_mvsnprintf #define curlx_msnprintf curl_msnprintf #define curlx_maprintf curl_maprintf -- cgit v1.2.3