diff options
author | John Wiegley <johnw@newartisans.com> | 2005-02-09 21:07:42 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:40:56 -0400 |
commit | 983618d26676b8ce2481a011407ff27f50be3b8e (patch) | |
tree | f6bc052af27c31caa544b2f8cc873f1c67582be6 /config.h | |
parent | d516c64bec13ce031235895ee04e27d2fba1c363 (diff) | |
download | fork-ledger-983618d26676b8ce2481a011407ff27f50be3b8e.tar.gz fork-ledger-983618d26676b8ce2481a011407ff27f50be3b8e.tar.bz2 fork-ledger-983618d26676b8ce2481a011407ff27f50be3b8e.zip |
Added new options --reconcile, --reconcilable and --reconcile-date.
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -47,6 +47,8 @@ struct config_t std::string total_expr; std::string total_expr_template; std::string forecast_limit; + std::string reconcile_balance; + std::string reconcile_date; unsigned long budget_flags; unsigned long pricing_leeway; bool show_collapsed; |