diff options
author | Awal Garg <awalgarg@gmail.com> | 2020-03-30 13:14:18 +0530 |
---|---|---|
committer | Awal Garg <awalgarg@gmail.com> | 2020-03-30 13:14:18 +0530 |
commit | d2311c2332722ac0401e3441d9834c8b02491a82 (patch) | |
tree | 50f902c1b200b6d6552035b1df66eb3bb83d1e36 /src/options.h | |
parent | b89cf18dab68008de86d7461e800aae5e9d515b0 (diff) |
Enable re-using downloaded http cache
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h index 93474a9..74ef33f 100644 --- a/src/options.h +++ b/src/options.h @@ -49,6 +49,7 @@ struct __fehoptions { unsigned char aspect; unsigned char stretch; unsigned char keep_http; + unsigned char use_http_cache; unsigned char borderless; unsigned char randomize; unsigned char jump_on_resort; |