chiark / gitweb /
Remove unused and invalid udev definitions
[elogind.git] / src / shared / condition.h
index 28d1d94ff477420b2af94be627db92d5eef5d136..42fb9646d87fc9ac33d44c30449581396985ac9f 100644 (file)
@@ -77,9 +77,9 @@ typedef struct Condition {
         LIST_FIELDS(struct Condition, conditions);
 } Condition;
 
-Condition* condition_new(ConditionType type, const char *parameter, bool trigger, bool negate);
+// UNNEEDED 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);