chiark / gitweb /
journal: rotate busy files away when we try to write to them
[elogind.git] / src / login / logind-seat.h
index d41320da46aef0b88d951328b6fd718da444dd47..1abbc344ecbf7fd11562fc4f521923bd4f869e60 100644 (file)
@@ -63,6 +63,9 @@ int seat_attach_session(Seat *s, Session *session);
 
 bool seat_is_vtconsole(Seat *s);
 bool seat_can_multi_session(Seat *s);
+bool seat_can_tty(Seat *s);
+bool seat_can_graphical(Seat *s);
+
 int seat_get_idle_hint(Seat *s, dual_timestamp *t);
 
 int seat_start(Seat *s);