diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-12 03:06:11 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:30 -0400 |
commit | 4f83a2bf8f61c24929bd2a126262c76cd0e413bf (patch) | |
tree | 747ca21f79c55ec768493d654a7200089c4937c1 /config.h | |
parent | 49ae3b65d5bb8ca0482ccaeb88f4b0917016587f (diff) | |
download | fork-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.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); |