mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-11-16 12:34:45 +00:00
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
* ftpd/ftpd.h: Add extern C.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
|
* ftpd/ftpd.h: Add extern C.
|
||||||
|
|
||||||
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>
|
||||||
|
|
||||||
PR 1393/cpukit
|
PR 1393/cpukit
|
||||||
|
|||||||
@@ -7,6 +7,9 @@
|
|||||||
#ifndef _RTEMS_FTPD_H
|
#ifndef _RTEMS_FTPD_H
|
||||||
#define _RTEMS_FTPD_H
|
#define _RTEMS_FTPD_H
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
#define FTPD_CONTROL_PORT 21
|
#define FTPD_CONTROL_PORT 21
|
||||||
|
|
||||||
@@ -53,4 +56,8 @@ struct rtems_ftpd_configuration
|
|||||||
|
|
||||||
int rtems_initialize_ftpd(void);
|
int rtems_initialize_ftpd(void);
|
||||||
|
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* _RTEMS_FTPD_H */
|
#endif /* _RTEMS_FTPD_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user