diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-09 05:01:07 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:54 -0400 |
commit | 64461f0d95b418fe2320bd8d92363fb7c9f899ae (patch) | |
tree | 5f4f96a3ea32c528b803794d1f4a9e6de5c65c53 /config.h | |
parent | 9361c7c2e4ad180055020f2f68fe546cf504edc1 (diff) | |
download | fork-ledger-64461f0d95b418fe2320bd8d92363fb7c9f899ae.tar.gz fork-ledger-64461f0d95b418fe2320bd8d92363fb7c9f899ae.tar.bz2 fork-ledger-64461f0d95b418fe2320bd8d92363fb7c9f899ae.zip |
Added write_hdr_format and write_xact_format, which are used by the
"output" command.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ struct config_t std::string plot_amount_format; std::string plot_total_format; std::string print_format; + std::string write_hdr_format; + std::string write_xact_format; std::string equity_format; std::string prices_format; std::string date_format; |