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.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/logind-seat.h b/src/logind-seat.h
index 2fe7949bd9..4b6b3401d2 100644
--- a/src/logind-seat.h
+++ b/src/logind-seat.h
@@ -45,8 +45,8 @@ struct Seat {
Seat *seat_new(Manager *m, const char *id);
void seat_free(Seat *s);
int seat_preallocate_vts(Seat *s);
-void seat_active_vt_changed(Seat *s, int vtnr);
-int seat_apply_acls(Seat *s);
+int seat_active_vt_changed(Seat *s, int vtnr);
+int seat_apply_acls(Seat *s, Session *old_active);
int seat_stop(Seat *s);
int seat_save(Seat *s);
int seat_load(Seat *s);