diff options
Diffstat (limited to 'common/bo-cache.c')
-rw-r--r-- | common/bo-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bo-cache.c b/common/bo-cache.c index d2ba0a3..6312f8f 100644 --- a/common/bo-cache.c +++ b/common/bo-cache.c @@ -31,7 +31,7 @@ static size_t bucket_size[NUM_BUCKETS] = { 3686400, 8294400, 8388608, }; -void bo_cache_init(struct bo_cache *cache, void (*free)(struct bo_entry *)) +void bo_cache_init(struct bo_cache *cache, bo_free_fn_t *free) { struct timespec time; unsigned i; |