mirror of
https://github.com/curl/curl.git
synced 2026-07-26 07:17:16 +03:00
for now unless we do better fixed LIBSSH2_APINO compares to use long constants.
This commit is contained in:
parent
1261c3feba
commit
fee4f8c86d
4 changed files with 46 additions and 46 deletions
|
|
@ -45,12 +45,12 @@ ssize_t Curl_sftp_send(struct connectdata *conn, int sockindex,
|
|||
ssize_t Curl_sftp_recv(struct connectdata *conn, int sockindex,
|
||||
char *mem, size_t len);
|
||||
|
||||
#if (LIBSSH2_APINO >= 200706012030)
|
||||
#if (LIBSSH2_APINO >= 200706012030L)
|
||||
CURLcode Curl_sftp_doing(struct connectdata *conn,
|
||||
bool *dophase_done);
|
||||
CURLcode Curl_scp_doing(struct connectdata *conn,
|
||||
bool *dophase_done);
|
||||
#endif /* (LIBSSH2_APINO >= 200706012030) */
|
||||
#endif /* (LIBSSH2_APINO >= 200706012030L) */
|
||||
|
||||
#endif /* USE_LIBSSH2 */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue