summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-02-15 09:51:50 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:21 -0400
commit2d7d6c6f15db791c6cf87bb394182827de8e30dc (patch)
treecd72d44bad739988c7300da508c5d50b64ea67a4 /config.h
parent318d562c209066b29989b7a4a2109ba72327f517 (diff)
downloadledger-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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.h b/config.h
index 434d2e21..73a4419c 100644
--- a/config.h
+++ b/config.h
@@ -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;