summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2006-03-19 23:16:31 +0000
committerJohn Wiegley <johnw@newartisans.com>2008-04-13 02:41:31 -0400
commitc8ebf53ed88210f5ff76ed32a0e7980bf735e3dc (patch)
tree4957d2cd05043f740f9b7b94427b4f6bcacf7aaf /config.h
parent32bdfe20d98f1c8e6c0aabe9b26f0507326d2baa (diff)
downloadfork-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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/config.h b/config.h
index 2758d5de..83248296 100644
--- a/config.h
+++ b/config.h
@@ -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);