X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Flogind-seat.h;fp=src%2Flogind-seat.h;h=4b6b3401d26e2d1eb755c244e8915e003edb3b70;hb=5eda94dda25bccda928c4b33c790dbe748573a22;hp=2fe7949bd97958e369fd99f598e73bbcc56ed7d7;hpb=90821c935e5f4258dc21fc515cf721beb0914a85;p=elogind.git diff --git a/src/logind-seat.h b/src/logind-seat.h index 2fe7949bd..4b6b3401d 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);