summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-06-30 13:35:37 +1000
committerChris Johns <chrisj@rtems.org>2016-06-30 13:35:37 +1000
commitfc264795664506af44a67ef9b82fa211c9b09f6a (patch)
tree9efea94bc97a3272374810720e33ee7f79273d66
parentAdd RTEMS_BSD_CONFIG_DOMAIN_PAGE_MBUFS_SIZE. (diff)
downloadrtems-libbsd-fc264795664506af44a67ef9b82fa211c9b09f6a.tar.bz2
Add ftpd initailize comment.
-rw-r--r--rtemsbsd/include/rtems/ftpd.h5
1 files changed, 5 insertions, 0 deletions
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