diff options
| author | frosty <gabriel@bwaaa.monster> | 2026-03-28 15:01:13 -0400 |
|---|---|---|
| committer | frosty <gabriel@bwaaa.monster> | 2026-03-28 15:01:13 -0400 |
| commit | 1b9187b1534992c0235dad064238b2d836489ca8 (patch) | |
| tree | cdd7b7fd5c37a6ae2197ac6188607584de91893f /src/Cache/Cache.h | |
| parent | 86a9ebb90a2ac07d836c1408e3a15feb8615bd62 (diff) | |
| download | omnisearch-1b9187b1534992c0235dad064238b2d836489ca8.tar.gz | |
feat: changes to image proxy, proxy favicons
Diffstat (limited to 'src/Cache/Cache.h')
| -rw-r--r-- | src/Cache/Cache.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Cache/Cache.h b/src/Cache/Cache.h index 0a84406..9989b43 100644 --- a/src/Cache/Cache.h +++ b/src/Cache/Cache.h @@ -17,7 +17,9 @@ char *cache_compute_key(const char *query, int page, const char *engine_name); void set_cache_ttl_search(int ttl); void set_cache_ttl_infobox(int ttl); +void set_cache_ttl_image(int ttl); int get_cache_ttl_search(void); int get_cache_ttl_infobox(void); +int get_cache_ttl_image(void); #endif |
