ssh: dedupe ssh_pollset() functions

Closes #22115
This commit is contained in:
Viktor Szakats 2026-06-20 11:08:07 +02:00
parent 44ed43efe7
commit 62e095cee0
No known key found for this signature in database
4 changed files with 49 additions and 76 deletions

View file

@ -38,5 +38,7 @@ CURLcode Curl_get_pathname(const char **cpp, char **path, const char *homedir);
CURLcode Curl_ssh_range(struct Curl_easy *data,
const char *range, curl_off_t filesize,
curl_off_t *startp, curl_off_t *sizep);
CURLcode Curl_ssh_pollset(struct Curl_easy *data, struct easy_pollset *ps);
#endif /* USE_SSH */
#endif /* HEADER_CURL_VSSH_VSSH_H */