summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2005-02-09 21:07:42 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:40:56 -0400
commit983618d26676b8ce2481a011407ff27f50be3b8e (patch)
treef6bc052af27c31caa544b2f8cc873f1c67582be6 /config.h
parentd516c64bec13ce031235895ee04e27d2fba1c363 (diff)
downloadfork-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.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h b/config.h
index ab6ff9df..6343be6f 100644
--- a/config.h
+++ b/config.h
@@ -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;