chiark / gitweb /
Remove networkd checks
[elogind.git] / src / shared / condition.h
index 28d1d94ff477420b2af94be627db92d5eef5d136..0780e78123ab6d2628120482a48f6ef9c67ae9be 100644 (file)
@@ -79,7 +79,7 @@ typedef struct Condition {
 
 Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate);
 void condition_free(Condition *c);
-void condition_free_list(Condition *c);
+Condition* condition_free_list(Condition *c);
 
 int condition_test(Condition *c);