X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Flogin%2Flogind-seat.h;h=d3438b84951b40903f9a267a1d1bde13eb15722a;hp=47fe89a690b63485e7cb47726d36ef7b242dcebb;hb=bf7825ae69f53a7e80a740547919833e49ed1df4;hpb=9209d5121dfb3049cbf280139c4cc40c2038edcc diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index 47fe89a69..d3438b849 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -60,6 +60,7 @@ int seat_preallocate_vts(Seat *s); int seat_attach_session(Seat *s, Session *session); +bool seat_has_vts(Seat *s); bool seat_is_seat0(Seat *s); bool seat_can_multi_session(Seat *s); bool seat_can_tty(Seat *s);