diff options
Diffstat (limited to 'config.h')
-rw-r--r-- | config.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -31,9 +31,13 @@ class config_t std::string prices_format; std::string pricesdb_format; + std::string date_input_format; + std::string account; std::string pager; + unsigned long pricing_leeway; + bool download_quotes; bool use_cache; bool cache_dirty; |