chiark / gitweb /
logind: add virtual object paths that always can be used to refer to the callers...
[elogind.git] / src / machine / machine.c
index be669f02dcf59dcb6258ba6d858660936ec9d3ac..a33a111043c586b81c1eb9edd0149d16ae35a96a 100644 (file)
@@ -338,7 +338,7 @@ int machine_stop(Machine *m) {
         return r;
 }
 
-int machine_check_gc(Machine *m, bool drop_not_started) {
+bool machine_check_gc(Machine *m, bool drop_not_started) {
         assert(m);
 
         if (drop_not_started && !m->started)