chiark / gitweb /
logind: implement ACL management
[elogind.git] / src / logind-seat.h
index 2fe7949bd97958e369fd99f598e73bbcc56ed7d7..4b6b3401d26e2d1eb755c244e8915e003edb3b70 100644 (file)
@@ -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);