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:
commit
d012b96006
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user