summaryrefslogtreecommitdiff
path: root/src/login/logind-seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/login/logind-seat.h')
-rw-r--r--src/login/logind-seat.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/login/logind-seat.h b/src/login/logind-seat.h
index 9e21e3a8a3..9e469d41c6 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);