summaryrefslogtreecommitdiff
path: root/src/scope.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/scope.h')
-rw-r--r--src/scope.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/scope.h b/src/scope.h
index 42825606..32fbed4a 100644
--- a/src/scope.h
+++ b/src/scope.h
@@ -371,6 +371,8 @@ inline datetime_t var_t<datetime_t>::operator *() const {
return value->to_datetime();
}
+string join_args(call_scope_t& args);
+
} // namespace ledger
#endif // _SCOPE_H