chiark / gitweb /
condition: unify condition logic in one file
[elogind.git] / src / shared / condition-util.h
index fbb815008312cb89dbfcc9ef34b6531e7d9b14ef..deeb6b4257b3bde1e168ccbe46db9d6c4361e6a1 100644 (file)
@@ -83,6 +83,8 @@ int condition_test_architecture(Condition *c);
 int condition_test_host(Condition *c);
 int condition_test_ac_power(Condition *c);
 
+int condition_test(Condition *c);
+
 void condition_dump(Condition *c, FILE *f, const char *prefix);
 void condition_dump_list(Condition *c, FILE *f, const char *prefix);