summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-12 03:06:11 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:30 -0400
commit4f83a2bf8f61c24929bd2a126262c76cd0e413bf (patch)
tree747ca21f79c55ec768493d654a7200089c4937c1 /config.h
parent49ae3b65d5bb8ca0482ccaeb88f4b0917016587f (diff)
downloadfork-ledger-4f83a2bf8f61c24929bd2a126262c76cd0e413bf.tar.gz
fork-ledger-4f83a2bf8f61c24929bd2a126262c76cd0e413bf.tar.bz2
fork-ledger-4f83a2bf8f61c24929bd2a126262c76cd0e413bf.zip
Added new --descend option.
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);