chiark / gitweb /
core: introduce the concept of AssertXYZ= similar to ConditionXYZ=, but fatal for...
[elogind.git] / src / core / condition.h
index 6dd77bb658323f7835441bfc6c606633bf325a0d..a6a31edc7ae9d58c9ead46b1aa5851714e8db82d 100644 (file)
@@ -23,4 +23,4 @@
 
 #include "condition-util.h"
 
-bool condition_test_list(const char *unit, Condition *c);
+bool condition_test_list(const char *unit, Condition *c, const char *(*to_string)(ConditionType t));