Files
rtems/cpukit/backward/ftpd.h
2005-02-21 06:17:47 +00:00

13 lines
203 B
C

/**
* @file ftpd.h
* @deprecated
*/
#ifndef _FTPD_H
#define _FTPD_H
#ifndef RTEMS_NO_WARN_DEPRECATED
#warning <ftpd.h> is deprecated, use <rtems/ftpd.h> instead
#endif
#include <rtems/ftpd.h>
#endif