summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2019-02-08 20:43:53 +0100
committerDave Davenport <qball@gmpclient.org>2019-02-08 20:43:53 +0100
commit52204a527cfbad35c66030efbfd8742870d0ff04 (patch)
treee7038fee03264dbdddfa84c43743538641bd45f4 /include
parent94ebd7e635a1246007e90eb00730dbf947872855 (diff)
Add option to change location of cache dir.
-cache-dir Fixes: #769
Diffstat (limited to 'include')
-rw-r--r--include/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/settings.h b/include/settings.h
index acd0f307..e6aebc8b 100644
--- a/include/settings.h
+++ b/include/settings.h
@@ -181,6 +181,9 @@ typedef struct
gboolean combi_hide_mode_prefix;
char matching_negate_char;
+
+ /** Cache directory. */
+ char *cache_dir;
} Settings;
/** Global Settings structure. */
extern Settings config;