diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/terminal.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/terminal.h b/include/terminal.h index 208d6b2..1215d8b 100644 --- a/include/terminal.h +++ b/include/terminal.h @@ -6,8 +6,6 @@ int terminal_open(int vt); int terminal_set_process_switching(int fd, bool enable); -int terminal_setup(int vt); -int terminal_teardown(int vt); int terminal_current_vt(int fd); int terminal_switch_vt(int fd, int vt); int terminal_ack_switch(int fd); |