chiark / gitweb /
systemd: log failed conditions
[elogind.git] / src / core / condition.h
index 50ed955af99dcc6bfdc4728abba3175cf024f7d5..2ad77876e48d9802a9051896358aaa63e3b88cbd 100644 (file)
@@ -61,7 +61,7 @@ void condition_free(Condition *c);
 void condition_free_list(Condition *c);
 
 bool condition_test(Condition *c);
-bool condition_test_list(Condition *c);
+bool condition_test_list(const char *unit, Condition *c);
 
 void condition_dump(Condition *c, FILE *f, const char *prefix);
 void condition_dump_list(Condition *c, FILE *f, const char *prefix);