aboutsummaryrefslogtreecommitdiff
path: root/src/telnet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/telnet.h')
-rw-r--r--src/telnet.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/telnet.h b/src/telnet.h
index 8669e87..2f40c51 100644
--- a/src/telnet.h
+++ b/src/telnet.h
@@ -34,3 +34,5 @@ uint16_t telnet_get_height(void);
void telnet_echo_on(void);
void telnet_echo_off(void);
+
+void telnet_clear_screen(void);