diff options
Diffstat (limited to 'src/login/logind-seat.h')
-rw-r--r-- | src/login/logind-seat.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index c8ab17f7cf..bd5390f553 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -63,6 +63,7 @@ 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_has_master_device(Seat *s); bool seat_can_graphical(Seat *s); int seat_get_idle_hint(Seat *s, dual_timestamp *t); |