diff options
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 35cdda41..4a99fe74 100644 --- a/src/report.h +++ b/src/report.h @@ -392,6 +392,16 @@ public: OPTION(report_t, yearly); // -Y }; +// jww (2009-02-10): These should perhaps live elsewhere +value_t entry_command(call_scope_t& args); + +entry_t * derive_new_entry(report_t& report, + value_t::sequence_t::const_iterator i, + value_t::sequence_t::const_iterator end); + +string join_args(call_scope_t& args); + + } // namespace ledger #endif // _REPORT_H |