From 64461f0d95b418fe2320bd8d92363fb7c9f899ae Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Wed, 9 Feb 2005 05:01:07 +0000 Subject: Added write_hdr_format and write_xact_format, which are used by the "output" command. --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') 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; -- cgit v1.2.3