mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-07-24 00:20:13 +08:00
Add ftpd initailize comment.
This commit is contained in:
parent
f01b1f7209
commit
fc26479566
@ -66,6 +66,11 @@ struct rtems_ftpd_configuration
|
|||||||
#define TRANSIENT 4 /* transient negative completion */
|
#define TRANSIENT 4 /* transient negative completion */
|
||||||
#define ERROR 5 /* permanent 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);
|
int rtems_initialize_ftpd(void);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Loading…
x
Reference in New Issue
Block a user