forked from Imagelibrary/rtems
New.
This commit is contained in:
12
cpukit/backward/ftpd.h
Normal file
12
cpukit/backward/ftpd.h
Normal file
@@ -0,0 +1,12 @@
|
||||
/**
|
||||
* @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
|
||||
Reference in New Issue
Block a user