diff options
author | John Wiegley <johnw@newartisans.com> | 2009-11-12 03:31:53 -0500 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-11-12 03:31:53 -0500 |
commit | b5dca6739687f3672ef0114a70c2f514707dc28b (patch) | |
tree | cbbba377849cbfbd9fa286784c3d4f110f52ff8a /src/report.h | |
parent | fea1b42fa9ee55b5ded9cb9adfe087bcde573a18 (diff) | |
download | fork-ledger-b5dca6739687f3672ef0114a70c2f514707dc28b.tar.gz fork-ledger-b5dca6739687f3672ef0114a70c2f514707dc28b.tar.bz2 fork-ledger-b5dca6739687f3672ef0114a70c2f514707dc28b.zip |
Moved report normalization into report.cc
Diffstat (limited to 'src/report.h')
-rw-r--r-- | src/report.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/report.h b/src/report.h index 5d4ee6fa..c31ffc32 100644 --- a/src/report.h +++ b/src/report.h @@ -124,6 +124,8 @@ public: output_stream.close(); } + void normalize_options(const string& verb); + void posts_report(post_handler_ptr handler); void generate_report(post_handler_ptr handler); void xact_report(post_handler_ptr handler, xact_t& xact); |