libxml2/include/libxml/nanoftp.h
Nick Wellnhofer dba1ed85a3 ftp: Remove FTP support
Remove the built-in FTP client. If you configure --with-legacy, old
symbols are retained for ABI compatibility.
2024-06-12 18:19:55 +02:00

12 lines
233 B
C

/*
* 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__ */