mirror of
https://github.com/curl/curl.git
synced 2026-06-27 13:55:40 +03:00
url.h: fix -Wdocumentation
Seen when testing `-Weverything`:
```
lib/url.h:84:11: warning: parameter 'nowp' not found in the function declaration [-Wdocumentation]
84 | * @param nowp NULL or pointer to time being checked against.
| ^~~~
```
Follow-up to 2de22a00c7 #19961
Closes #20294
This commit is contained in:
parent
60186cec78
commit
df246eeb8f
1 changed files with 0 additions and 1 deletions
|
|
@ -81,7 +81,6 @@ const struct Curl_handler *Curl_getn_scheme_handler(const char *scheme,
|
|||
|
||||
/**
|
||||
* Return TRUE iff the given connection is considered dead.
|
||||
* @param nowp NULL or pointer to time being checked against.
|
||||
*/
|
||||
bool Curl_conn_seems_dead(struct connectdata *conn,
|
||||
struct Curl_easy *data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue