summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-09 05:01:07 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:54 -0400
commit64461f0d95b418fe2320bd8d92363fb7c9f899ae (patch)
tree5f4f96a3ea32c528b803794d1f4a9e6de5c65c53 /config.h
parent9361c7c2e4ad180055020f2f68fe546cf504edc1 (diff)
downloadfork-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index cb0db8b7..43248a30 100644
--- a/config.h
+++ b/config.h
@@ -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;