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:
Viktor Szakats 2026-02-21 00:01:22 +01:00
parent 57a1cc5587
commit e8415ad3c7
No known key found for this signature in database
11 changed files with 24 additions and 22 deletions

View file

@ -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 */