Add ftpd initailize comment.

This commit is contained in:
Chris Johns 2016-06-30 13:35:37 +10:00
parent f01b1f7209
commit fc26479566

View File

@ -66,6 +66,11 @@ struct rtems_ftpd_configuration
#define TRANSIENT 4 /* transient negative completion */
#define ERROR 5 /* permanent negative completion */
/*
* Initialise with the global table.
*
* Note, use rc.conf, this function will be removed at some point.
*/
int rtems_initialize_ftpd(void);
#ifdef __cplusplus