mirror of
https://github.com/curl/curl.git
synced 2026-08-26 04:43:35 +03:00
clang-tidy: add arg names to prototypes where missing
Detected by `readability-named-parameter` with `HeaderFilterRegex: '.*'`,
or `CURL_CLANG_TIDYFLAGS='--header-filter=.*'`.
Follow-up to c878160e9c #20624
Closes #20657
This commit is contained in:
parent
57a1cc5587
commit
e8415ad3c7
11 changed files with 24 additions and 22 deletions
|
|
@ -47,7 +47,7 @@ struct FormInfo {
|
|||
};
|
||||
|
||||
CURLcode Curl_getformdata(CURL *data,
|
||||
curl_mimepart *,
|
||||
curl_mimepart *finalform,
|
||||
struct curl_httppost *post,
|
||||
curl_read_callback fread_func);
|
||||
#endif /* CURL_DISABLE_FORM_API */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue