diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ class config_t bool use_cache; bool cache_dirty; bool debug_mode; + bool keep_price; + bool keep_date; + bool keep_tag; config_t() { reset(); |