chiark / gitweb /
logind: if we can't open /dev/tty0, assume there is no VT subsystem and don't pretend...
[elogind.git] / src / login / logind-seat.h
index 5bce1434e90dcbe034a72c487a8428fbda319ee9..3b2c7f09654dfcf5ba5ca91cf067fe264f5b22d2 100644 (file)
@@ -62,6 +62,7 @@ int seat_preallocate_vts(Seat *s);
 int seat_attach_session(Seat *s, Session *session);
 
 bool seat_is_vtconsole(Seat *s);
+bool seat_can_multi_session(Seat *s);
 int seat_get_idle_hint(Seat *s, dual_timestamp *t);
 
 int seat_start(Seat *s);