]> granicus.if.org Git - curl/commit
strcase: make the tool use curl_str[n]equal instead
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 20:49:38 +0000 (21:49 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Oct 2016 20:51:19 +0000 (21:51 +0100)
commit95bd2b3e7f00b9ecbd4d5ea7d8bc3b59fcb038c0
treea097d3b9398ca33a83fffe7b53fa018bd466e998
parent1071680946686f0a76a1b6fcbadd8ec81253282d
strcase: make the tool use curl_str[n]equal instead

As they are after all part of the public API. Saves space and reduces
complexity. Remove the strcase defines from the curlx_ family.

Suggested-by: Dan Fandrich
Idea: https://curl.haxx.se/mail/lib-2016-10/0136.html
lib/curlx.h
src/Makefile.inc
src/tool_getparam.c
src/tool_helpers.c
src/tool_libinfo.c
src/tool_metalink.c
src/tool_operate.c
src/tool_paramhlp.c