diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,6 +44,7 @@ class config_t std::string sort_string; std::string amount_expr; std::string total_expr; + std::string descend_expr; std::string forecast_limit; std::string reconcile_balance; std::string reconcile_date; @@ -106,7 +107,7 @@ class config_t std::list<item_handler<transaction_t> *>& ptrs); }; -#define CONFIG_OPTIONS_SIZE 84 +#define CONFIG_OPTIONS_SIZE 86 extern option_t config_options[CONFIG_OPTIONS_SIZE]; void option_help(std::ostream& out); |