From 4f83a2bf8f61c24929bd2a126262c76cd0e413bf Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 12 Mar 2006 03:06:11 +0000 Subject: Added new --descend option. --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') 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 *>& 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); -- cgit v1.2.3