Hash : dba1ed85 Author : Date : 2024-06-12T18:19:55
ftp: Remove FTP support Remove the built-in FTP client. If you configure --with-legacy, old symbols are retained for ABI compatibility.
Download
1 2 3 4 5 6 7 8 9 10 11
/* * Summary: Removed legacy symbols for an outdated FTP client * * Copy: See Copyright for the status of this software. * * Author: Daniel Veillard */ #ifndef __NANO_FTP_H__ #define __NANO_FTP_H__ #endif /* __NANO_FTP_H__ */