diff options
author | John Wiegley <johnw@newartisans.com> | 2006-02-15 09:51:50 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:21 -0400 |
commit | 2d7d6c6f15db791c6cf87bb394182827de8e30dc (patch) | |
tree | cd72d44bad739988c7300da508c5d50b64ea67a4 /config.h | |
parent | 318d562c209066b29989b7a4a2109ba72327f517 (diff) | |
download | ledger-2d7d6c6f15db791c6cf87bb394182827de8e30dc.tar.gz ledger-2d7d6c6f15db791c6cf87bb394182827de8e30dc.tar.bz2 ledger-2d7d6c6f15db791c6cf87bb394182827de8e30dc.zip |
Added support for outputting to CSV format.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -29,6 +29,7 @@ class config_t std::string balance_format; std::string register_format; std::string wide_register_format; + std::string csv_register_format; std::string plot_amount_format; std::string plot_total_format; std::string print_format; |