From f4c59d07d5d639856887e6aec624d608e8024cf7 Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Mon, 25 Apr 2016 08:08:35 +0200 Subject: telnetd: Fix warnings --- cpukit/telnetd/pty.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cpukit/telnetd/pty.h') diff --git a/cpukit/telnetd/pty.h b/cpukit/telnetd/pty.h index 1d86294c44..392bfd0969 100644 --- a/cpukit/telnetd/pty.h +++ b/cpukit/telnetd/pty.h @@ -61,6 +61,14 @@ rtems_device_driver pty_control( { pty_initialize , pty_open , pty_close , \ pty_read , pty_write , pty_control } +/* Internal functions */ + +int telnet_pty_initialize(void); + +int telnet_pty_finalize(void); + +char *telnet_get_pty(int); + #ifdef __cplusplus } #endif -- cgit v1.2.3