diff options
Diffstat (limited to 'base/gsicc_cache.h')
-rw-r--r-- | base/gsicc_cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gsicc_cache.h b/base/gsicc_cache.h index c9f51b3b..cbd223b5 100644 --- a/base/gsicc_cache.h +++ b/base/gsicc_cache.h @@ -51,7 +51,7 @@ gsicc_link_t* gsicc_get_link_profile(const gs_gstate *pgs, gx_device *dev, gsicc_rendering_param_t *rendering_params, gs_memory_t *memory, bool devicegraytok); void gsicc_release_link(gsicc_link_t *icclink); -void gsicc_link_free(gsicc_link_t *icc_link, const gs_memory_t *memory); +void gsicc_link_free(gsicc_link_t *icc_link); bool gsicc_profiles_equal(cmm_profile_t *profile1, cmm_profile_t *profile2); void gsicc_get_icc_buff_hash(unsigned char *buffer, int64_t *hash, unsigned int buff_size); int64_t gsicc_get_hash(cmm_profile_t *profile); |