diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-04-10 23:36:43 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-04-10 23:36:43 +0200 |
commit | 601f6a1e820462b1df6ff632d112bef241d556b1 (patch) | |
tree | 9157f26ccfc1397cc6bed3070dd8af8dc37ce56d /util.h | |
parent | 4fc935cad4026516035e16484fd359c778ec0acb (diff) |
main: switch to primary console vt on crash
Diffstat (limited to 'util.h')
-rw-r--r-- | util.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -198,6 +198,8 @@ int close_all_fds(const int except[], unsigned n_except); bool fstype_is_network(const char *fstype); +int chvt(int vt); + extern char * __progname; const char *ioprio_class_to_string(int i); |