summaryrefslogtreecommitdiff
path: root/src/core/condition.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/condition.h')
-rw-r--r--src/core/condition.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/condition.h b/src/core/condition.h
index 50ed955af9..2ad77876e4 100644
--- a/src/core/condition.h
+++ b/src/core/condition.h
@@ -61,7 +61,7 @@ void condition_free(Condition *c);
void condition_free_list(Condition *c);
bool condition_test(Condition *c);
-bool condition_test_list(Condition *c);
+bool condition_test_list(const char *unit, Condition *c);
void condition_dump(Condition *c, FILE *f, const char *prefix);
void condition_dump_list(Condition *c, FILE *f, const char *prefix);