1008: Added upload_progress to the connection.
[elinks.git] / src / protocol / ftp / ftp.h
blob10f4a2d58280e1ecb83dea9288c55cc0a99dfd0a
2 #ifndef EL__PROTOCOL_FTP_FTP_H
3 #define EL__PROTOCOL_FTP_FTP_H
5 #include "main/module.h"
6 #include "protocol/protocol.h"
8 extern struct module ftp_protocol_module;
10 #ifdef CONFIG_FTP
11 extern protocol_handler_T ftp_protocol_handler;
12 #else
13 #define ftp_protocol_handler NULL
14 #endif
16 #endif