mirror of
https://github.com/curl/curl.git
synced 2026-07-26 10:17:17 +03:00
clang-tidy: add arg names to prototypes where missing (cont.)
Detected by `readability-named-parameter` with `HeaderFilterRegex: '.*'`, or `CURL_CLANG_TIDYFLAGS='--header-filter=.*'`. Seen on Windows. Follow-up toe8415ad3c7#20657 Follow-up toc878160e9c#20624 Closes #20693
This commit is contained in:
parent
e9786038d6
commit
f1cee1f18a
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@
|
|||
inet_pton(x, y, z)
|
||||
#endif
|
||||
#else
|
||||
int curlx_inet_pton(int, const char *, void *);
|
||||
int curlx_inet_pton(int af, const char *src, void *dst);
|
||||
#endif /* HAVE_INET_PTON */
|
||||
|
||||
#endif /* HEADER_CURL_INET_PTON_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue