X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;h=3b2c7f09654dfcf5ba5ca91cf067fe264f5b22d2;hb=addedec48ba0ffc4472ef6d3b5a45c9d4239f1cd;hp=5bce1434e90dcbe034a72c487a8428fbda319ee9;hpb=dc4b02006455a4dddeb6ccc1f6656c89d3ebd27c;p=elogind.git diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index 5bce1434e..3b2c7f096 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);