summaryrefslogtreecommitdiff
path: root/src/logind-seat.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/logind-seat.h')
-rw-r--r--src/logind-seat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/logind-seat.h b/src/logind-seat.h
index 6d9c36db34..5bce1434e9 100644
--- a/src/logind-seat.h
+++ b/src/logind-seat.h
@@ -68,7 +68,7 @@ int seat_start(Seat *s);
int seat_stop(Seat *s);
int seat_stop_sessions(Seat *s);
-int seat_check_gc(Seat *s);
+int seat_check_gc(Seat *s, bool drop_not_started);
void seat_add_to_gc_queue(Seat *s);
bool seat_name_is_valid(const char *name);