From b80b34c38da25733174ab7bce4a918919ccd4058 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 30 Apr 2018 10:54:50 +0200 Subject: telnetd: Always build telnet daemon Add support for libbsd initialization. Update #3419. --- cpukit/include/rtems/telnetd.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cpukit/include/rtems/telnetd.h') 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 @@ -87,6 +87,11 @@ typedef struct { bool keep_stdio; } 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. * -- cgit v1.2.3