aboutsummaryrefslogtreecommitdiffstats
path: root/vt.h
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2016-03-24 09:20:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2016-03-24 09:20:31 +0100
commit3655da117134ca0cce8dc58bc08ec23c5ebb4ec7 (patch)
tree696644c1653fd6494fc8fd93e87403f96588aa20 /vt.h
parent519d0b165c38854e9ece43907e1dffc1c659dbb4 (diff)
downloadfbida-3655da117134ca0cce8dc58bc08ec23c5ebb4ec7.tar.gz
move console_activate_current
Diffstat (limited to 'vt.h')
-rw-r--r--vt.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vt.h b/vt.h
index bbba2be..931df4d 100644
--- a/vt.h
+++ b/vt.h
@@ -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);