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=9e469d41c658e30dae3a5e642346dcf81372dade;hp=9e21e3a8a3afa8058e3e48bfd342dcd209faea4c;hb=9bb69af4f2823fdd30902f5ffd959e9b041feb53;hpb=4daf54a851e4fb7ed1a13c3117bba12528fd2c7f diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h index 9e21e3a8a..9e469d41c 100644 --- a/src/login/logind-seat.h +++ b/src/login/logind-seat.h @@ -80,8 +80,8 @@ bool seat_can_graphical(Seat *s); int seat_get_idle_hint(Seat *s, dual_timestamp *t); int seat_start(Seat *s); -int seat_stop(Seat *s); -int seat_stop_sessions(Seat *s); +int seat_stop(Seat *s, bool force); +int seat_stop_sessions(Seat *s, bool force); bool seat_check_gc(Seat *s, bool drop_not_started); void seat_add_to_gc_queue(Seat *s);