summaryrefslogtreecommitdiff
path: root/src/imlib.c
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-03-30 19:23:11 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-03-30 19:23:11 +0200
commita461f578e7122e1fe587892ed08ab1a364fe23b1 (patch)
tree9f2d0f07cfac24040d28ae128fcbb5dd0e6d8529 /src/imlib.c
parentd2311c2332722ac0401e3441d9834c8b02491a82 (diff)
Enable HTTP cache by default
Diffstat (limited to 'src/imlib.c')
-rw-r--r--src/imlib.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imlib.c b/src/imlib.c
index 1786876..6d48394 100644
--- a/src/imlib.c
+++ b/src/imlib.c
@@ -545,6 +545,7 @@ static char *feh_magick_load_image(char *filename)
#ifdef HAVE_LIBCURL
+// TODO use cache for dcraw and magick conversion results as well
gib_hash* http_cache = NULL;
#if LIBCURL_VERSION_NUM >= 0x072000 /* 07.32.0 */