source: rtems/cpukit/backward/ftpd.h @ 75a7f31

4.104.114.84.95
Last change on this file since 75a7f31 was 75a7f31, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/04/05 at 14:57:00

New.

  • Property mode set to 100644
File size: 205 bytes
Line 
1/**
2 * @file ftpd.h
3 * @deprecated
4 */
5
6#ifndef __ftpd_h
7#define __ftpd_h
8#ifndef RTEMS_NO_WARN_DEPRECATED
9#warning <ftpd.h> is deprecated, use <rtems/ftpd.h> instead
10#endif
11#include <rtems/ftpd.h>
12#endif
Note: See TracBrowser for help on using the repository browser.