diff options
author | John Wiegley <johnw@newartisans.com> | 2009-02-12 04:57:19 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-02-12 04:57:19 -0400 |
commit | 8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3 (patch) | |
tree | 7eed4bada75f1d42e705d339fb68ceb80aea7180 /src/report.h | |
parent | c328b1b3b2575ce27ce5bfc4d901a7e011d010a8 (diff) | |
download | fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.tar.gz fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.tar.bz2 fork-ledger-8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3.zip |
Restored the "prices" command.
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/report.h b/src/report.h index 96965b16..df1186ba 100644 --- a/src/report.h +++ b/src/report.h @@ -123,7 +123,7 @@ public: void xacts_report(xact_handler_ptr handler); void entry_report(xact_handler_ptr handler, entry_t& entry); void accounts_report(acct_handler_ptr handler); - void commodities_report(const string& format); + void commodities_report(xact_handler_ptr handler); void sum_all_accounts(); @@ -394,8 +394,6 @@ public: OPTION(report_t, weekly); // -W OPTION(report_t, wide); // -w OPTION(report_t, wide_register_format_); - OPTION(report_t, write_hdr_format_); - OPTION(report_t, write_xact_format_); OPTION(report_t, yearly); // -Y }; |