diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:20:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2016-03-24 09:20:31 +0100 |
commit | 3655da117134ca0cce8dc58bc08ec23c5ebb4ec7 (patch) | |
tree | 696644c1653fd6494fc8fd93e87403f96588aa20 /vt.h | |
parent | 519d0b165c38854e9ece43907e1dffc1c659dbb4 (diff) | |
download | fbida-3655da117134ca0cce8dc58bc08ec23c5ebb4ec7.tar.gz |
move console_activate_current
Diffstat (limited to 'vt.h')
-rw-r--r-- | vt.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -5,3 +5,4 @@ int check_console_switch(void); void console_set_vt(int vtno); void console_restore_vt(void); +int console_activate_current(int tty); |