diff options
Diffstat (limited to 'src/Config.h')
| -rw-r--r-- | src/Config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Config.h b/src/Config.h index 17abd74..3571018 100644 --- a/src/Config.h +++ b/src/Config.h @@ -9,6 +9,9 @@ typedef struct { int max_proxy_retries; int randomize_username; int randomize_password; + char cache_dir[512]; + int cache_ttl_search; + int cache_ttl_infobox; } Config; int load_config(const char *filename, Config *config); |
