0
0
mirror of https://github.com/rkd77/elinks.git synced 2025-06-30 22:19:29 -04:00

Merge pull request #365 from doughdemon/sftp

[sftp] add declaration of ftp_curl_handle_error
This commit is contained in:
rkd77 2025-01-19 08:22:48 +01:00 committed by GitHub
commit d012b96006
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,7 @@ extern struct module sftp_protocol_module;
#if defined(CONFIG_SFTP) && defined(CONFIG_LIBCURL)
extern protocol_handler_T sftp_protocol_handler;
void ftp_curl_handle_error(struct connection *conn, CURLcode res);
#else
#define sftp_protocol_handler NULL
#endif