summaryrefslogtreecommitdiff
path: root/src/tool_getparam.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2022-08-30 23:40:19 +0200
committerDaniel Stenberg <daniel@haxx.se>2022-08-31 01:03:36 +0200
commit5b059ba8954c6dcf305ff4def77fe394c7b57401 (patch)
treed22a9a0042a2049dfd7e688afdf54b4ae3f4fd4d /src/tool_getparam.h
parente43c3b3e3e6c2d58084d8c98f8e9640e09c0a05e (diff)
downloadcurl-5b059ba8954c6dcf305ff4def77fe394c7b57401.tar.gz
getparam: correctly clean args
Follow-up to bf7e887b2442783ab52 The previous fix for #9128 was incomplete and caused #9397. Fixes #9397 Closes #9399
Diffstat (limited to 'src/tool_getparam.h')
-rw-r--r--src/tool_getparam.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/tool_getparam.h b/src/tool_getparam.h
index 0564518a6..3eb177391 100644
--- a/src/tool_getparam.h
+++ b/src/tool_getparam.h
@@ -55,7 +55,6 @@ struct GlobalConfig;
struct OperationConfig;
ParameterError getparameter(const char *flag, char *nextarg,
- argv_item_t clearthis,
bool *usedarg,
struct GlobalConfig *global,
struct OperationConfig *operation);