diff options
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); |