summaryrefslogtreecommitdiff
path: root/lib/curlx.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2016-10-31 09:45:17 +0100
committerDaniel Stenberg <daniel@haxx.se>2016-10-31 09:45:17 +0100
commit8fe4bd084412f3085638907268c5ffd8bf93c339 (patch)
tree76559169a181041505bb214e556e8e72028c5118 /lib/curlx.h
parent44c53cc38bea66b7612a82fa4c9b68884b9167fa (diff)
downloadgnurl-8fe4bd084412f3085638907268c5ffd8bf93c339.tar.gz
gnurl-8fe4bd084412f3085638907268c5ffd8bf93c339.tar.bz2
gnurl-8fe4bd084412f3085638907268c5ffd8bf93c339.zip
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.
Diffstat (limited to 'lib/curlx.h')
-rw-r--r--lib/curlx.h4
1 files changed, 2 insertions, 2 deletions
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