#ifndef EL__PROTOCOL_FTP_FTP_H #define EL__PROTOCOL_FTP_FTP_H #include "main/module.h" #include "protocol/protocol.h" #ifdef __cplusplus extern "C" { #endif extern struct module ftp_protocol_module; #ifdef CONFIG_FTP extern protocol_handler_T ftp_protocol_handler; #else #define ftp_protocol_handler NULL #endif #ifdef __cplusplus } #endif #endif