chiark / gitweb /
util: split resolving of /dev/console into a new function
[elogind.git] / src / shared / util.h
index f8957bca4265e9901fddf88d76a3bc9c5dc0cd08..555e1d86658b71b5ea18f3c86310999ed96cfa7f 100644 (file)
@@ -389,6 +389,7 @@ DIR *xopendirat(int dirfd, const char *name, int flags);
 
 char *fstab_node_to_udev_node(const char *p);
 
+char *resolve_dev_console(char **active);
 bool tty_is_vc(const char *tty);
 bool tty_is_vc_resolve(const char *tty);
 bool tty_is_console(const char *tty);