summaryrefslogtreecommitdiff
path: root/src/predicate.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/predicate.h')
-rw-r--r--src/predicate.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/predicate.h b/src/predicate.h
index c25ff915..5e2057ca 100644
--- a/src/predicate.h
+++ b/src/predicate.h
@@ -83,6 +83,9 @@ public:
}
};
+string args_to_predicate_expr(value_t::sequence_t::const_iterator begin,
+ value_t::sequence_t::const_iterator end);
+
} // namespace ledger
#endif // _PREDICATE_H