diff options
Diffstat (limited to 'src/core/condition.h')
-rw-r--r-- | src/core/condition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/condition.h b/src/core/condition.h index 6dd77bb658..a6a31edc7a 100644 --- a/src/core/condition.h +++ b/src/core/condition.h @@ -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)); |