summaryrefslogtreecommitdiffstats
path: root/cpukit/telnetd/pty.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/telnetd/pty.h')
-rw-r--r--cpukit/telnetd/pty.h8
1 files changed, 8 insertions, 0 deletions
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