]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/login/logind-seat.h
logind: change check_gc to may_gc everywhere
[thirdparty/systemd.git] / src / login / logind-seat.h
index 5427ac21c8654951ceeb0d5422da01abddcbaa89..4982ea33813d621ba311081a8d16c086b8b847bf 100644 (file)
@@ -79,7 +79,7 @@ int seat_start(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);
+bool seat_may_gc(Seat *s, bool drop_not_started);
 void seat_add_to_gc_queue(Seat *s);
 
 bool seat_name_is_valid(const char *name);