summaryrefslogtreecommitdiffstats
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/disk_cache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/disk_cache.h b/src/util/disk_cache.h
index e3663a65c51..965fea1d94f 100644
--- a/src/util/disk_cache.h
+++ b/src/util/disk_cache.h
@@ -229,7 +229,7 @@ disk_cache_has_key(struct disk_cache *cache, const cache_key key)
return false;
}
-void
+static inline void
disk_cache_compute_key(struct disk_cache *cache, const void *data, size_t size,
const cache_key key)
{