mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
parent
44ed43efe7
commit
62e095cee0
4 changed files with 49 additions and 76 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue