]> git.ipfire.org Git - thirdparty/curl.git/commit
tool: return code variable consistency
authorDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jan 2026 10:17:32 +0000 (11:17 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 25 Jan 2026 14:58:56 +0000 (15:58 +0100)
commitd0dc6e2ec059bf306f32e7a49e9ff7425cd26fcd
tree5e833f23e96f42a3aa3fc89c1a1c93cde65294f2
parent4e5908306ad5febee88f7eae8ea3b0c41a6b7d84
tool: return code variable consistency

- ParameterError variables are named 'err'
- CURLcode variables are named 'result'

For naming consistency across functions

Closes #20426
src/tool_easysrc.c
src/tool_formparse.c
src/tool_getparam.c
src/tool_operate.c
src/tool_paramhlp.c
src/tool_setopt.c
src/tool_ssls.c
src/tool_urlglob.c