2009-03-12 Joel Sherrill <joel.sherrill@OARcorp.com>

* ftpd/ftpd.h: Add extern C.
This commit is contained in:
Joel Sherrill
2009-03-12 15:34:38 +00:00
parent d4311908c8
commit ec25c62143
2 changed files with 11 additions and 0 deletions

View File

@@ -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>
PR 1393/cpukit

View File

@@ -7,6 +7,9 @@
#ifndef _RTEMS_FTPD_H
#define _RTEMS_FTPD_H
#ifdef __cplusplus
extern "C" {
#endif
#define FTPD_CONTROL_PORT 21
@@ -53,4 +56,8 @@ struct rtems_ftpd_configuration
int rtems_initialize_ftpd(void);
#ifdef __cplusplus
}
#endif
#endif /* _RTEMS_FTPD_H */