summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/config.h b/config.h
index f347288c..dce8cca0 100644
--- a/config.h
+++ b/config.h
@@ -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);