summaryrefslogtreecommitdiff
path: root/src/report.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2009-02-12 04:57:19 -0400
committerJohn Wiegley <johnw@newartisans.com>2009-02-12 04:57:19 -0400
commit8ee8af3bfba440f6c185aa03b82cb7d0d785b3f3 (patch)
tree7eed4bada75f1d42e705d339fb68ceb80aea7180 /src/report.h
parentc328b1b3b2575ce27ce5bfc4d901a7e011d010a8 (diff)
downloadfork-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.h4
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
};