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 5bce1434e9..3b2c7f0965 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -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); |