From fc264795664506af44a67ef9b82fa211c9b09f6a Mon Sep 17 00:00:00 2001 From: Chris Johns Date: Thu, 30 Jun 2016 13:35:37 +1000 Subject: Add ftpd initailize comment. --- rtemsbsd/include/rtems/ftpd.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/rtemsbsd/include/rtems/ftpd.h b/rtemsbsd/include/rtems/ftpd.h index 138309c6..b57880d1 100644 --- a/rtemsbsd/include/rtems/ftpd.h +++ b/rtemsbsd/include/rtems/ftpd.h @@ -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 -- cgit v1.2.3