summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/telnetd.h
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2018-04-30 10:54:50 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2018-05-02 09:57:32 +0200
commitb80b34c38da25733174ab7bce4a918919ccd4058 (patch)
treeb0ea8e41abf1dad26acd6bea023d55890baf6f76 /cpukit/include/rtems/telnetd.h
parentftpd: Always build FTP daemon (diff)
downloadrtems-b80b34c38da25733174ab7bce4a918919ccd4058.tar.bz2
telnetd: Always build telnet daemon
Add support for libbsd initialization. Update #3419.
Diffstat (limited to 'cpukit/include/rtems/telnetd.h')
-rw-r--r--cpukit/include/rtems/telnetd.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/cpukit/include/rtems/telnetd.h b/cpukit/include/rtems/telnetd.h
index a5c8a187e3..19512fbe9c 100644
--- a/cpukit/include/rtems/telnetd.h
+++ b/cpukit/include/rtems/telnetd.h
@@ -88,6 +88,11 @@ typedef struct {
} rtems_telnetd_config_table;
/**
+ * @brief Start the Telnet subsystem with the provided configuration.
+ */
+rtems_status_code rtems_telnetd_start(const rtems_telnetd_config_table *config);
+
+/**
* @brief Telnet configuration.
*
* The application must provide this configuration table. It is used by