diff options
Diffstat (limited to 'common/bo-cache.h')
-rw-r--r-- | common/bo-cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/bo-cache.h b/common/bo-cache.h index 7d72e6c..20d3936 100644 --- a/common/bo-cache.h +++ b/common/bo-cache.h @@ -12,7 +12,7 @@ struct bo_cache; struct bo_entry; -typedef void bo_free_fn_t(struct bo_entry *); +typedef void bo_free_fn_t(struct bo_cache *, struct bo_entry *); struct bo_bucket { struct xorg_list head; |