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
;
11 extern protocol_handler_T ftp_protocol_handler
;
13 #define ftp_protocol_handler NULL