summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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