mirror of
https://gitlab.gnome.org/GNOME/libxml2
synced 2025-03-28 21:33:13 +00:00

Remove the built-in FTP client. If you configure --with-legacy, old symbols are retained for ABI compatibility.
12 lines
233 B
C
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__ */
|