aboutsummaryrefslogtreecommitdiffstats
path: root/ttytools.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-10-15 13:41:55 +0200
committerGerd Hoffmann <kraxel@redhat.com>2018-10-15 13:41:55 +0200
commit96a1ff0b56d91627874ceae08e9f21e337c5c325 (patch)
tree70766b07eb764ffe1636fff41628fc5ff7ddafc1 /ttytools.h
parentb682cc8ce12204a94891c5efc3265ee3c15ec966 (diff)
downloaddrminfo-96a1ff0b56d91627874ceae08e9f21e337c5c325.tar.gz
move code to ttytools.c
Diffstat (limited to 'ttytools.h')
-rw-r--r--ttytools.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ttytools.h b/ttytools.h
new file mode 100644
index 0000000..391fa08
--- /dev/null
+++ b/ttytools.h
@@ -0,0 +1,3 @@
+void tty_raw(void);
+void tty_restore(void);
+int kbd_wait(int timeout);