diff options
author | Harry Sintonen <sintonen@iki.fi> | 2023-01-11 11:39:33 +0100 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2023-01-12 14:09:23 +0100 |
commit | 2ed0e1f70ee176edf3d2292ab01201eb6baf86b3 (patch) | |
tree | 97743456183f9a8c10749504872b0c733082646e /src/tool_getparam.h | |
parent | d6b5d9f4ae65552788f81fbb5da7046423b37586 (diff) | |
download | curl-2ed0e1f70ee176edf3d2292ab01201eb6baf86b3.tar.gz |
tool_getparam: fix hiding of command line secrets
Closes #10276
Diffstat (limited to 'src/tool_getparam.h')
-rw-r--r-- | src/tool_getparam.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tool_getparam.h b/src/tool_getparam.h index 677ce8e5f..827a04e81 100644 --- a/src/tool_getparam.h +++ b/src/tool_getparam.h @@ -55,6 +55,7 @@ struct GlobalConfig; struct OperationConfig; ParameterError getparameter(const char *flag, char *nextarg, + argv_item_t cleararg, bool *usedarg, struct GlobalConfig *global, struct OperationConfig *operation); |