mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:21:41 +03:00
spacecheck.pl: fix to check 3+ newlines in all files
Follow-up to e52e6dac8e #20269
Closes #21237
This commit is contained in:
parent
e078485b36
commit
7b96563a05
2 changed files with 20 additions and 4 deletions
|
|
@ -162,11 +162,8 @@ bool Curl_resolv_knows_https(struct Curl_easy *data, uint32_t resolv_id);
|
|||
#define Curl_resolv_destroy(x,y) Curl_nop_stmt
|
||||
#endif /* USE_CURL_ASYNC, else */
|
||||
|
||||
|
||||
CURLcode Curl_resolver_error(struct Curl_easy *data, const char *detail);
|
||||
|
||||
|
||||
|
||||
#ifdef CURLRES_SYNCH
|
||||
/*
|
||||
* Curl_sync_getaddrinfo() is the non-async low-level name resolve API.
|
||||
|
|
@ -178,7 +175,6 @@ struct Curl_addrinfo *Curl_sync_getaddrinfo(struct Curl_easy *data,
|
|||
const char *hostname,
|
||||
uint16_t port,
|
||||
uint8_t transport);
|
||||
|
||||
#endif
|
||||
|
||||
#ifdef USE_UNIX_SOCKETS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue