diff options
author | John Wiegley <johnw@newartisans.com> | 2006-03-19 23:16:31 +0000 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2008-04-13 02:41:31 -0400 |
commit | c8ebf53ed88210f5ff76ed32a0e7980bf735e3dc (patch) | |
tree | 4957d2cd05043f740f9b7b94427b4f6bcacf7aaf /config.h | |
parent | 32bdfe20d98f1c8e6c0aabe9b26f0507326d2baa (diff) | |
download | fork-ledger-c8ebf53ed88210f5ff76ed32a0e7980bf735e3dc.tar.gz fork-ledger-c8ebf53ed88210f5ff76ed32a0e7980bf735e3dc.tar.bz2 fork-ledger-c8ebf53ed88210f5ff76ed32a0e7980bf735e3dc.zip |
*** empty log message ***
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -74,6 +74,8 @@ class config_t bool keep_price; bool keep_date; bool keep_tag; + bool entry_sort; + bool sort_all; config_t() { reset(); @@ -107,7 +109,7 @@ class config_t std::list<item_handler<transaction_t> *>& ptrs); }; -#define CONFIG_OPTIONS_SIZE 91 +#define CONFIG_OPTIONS_SIZE 93 extern option_t config_options[CONFIG_OPTIONS_SIZE]; void option_help(std::ostream& out); |