X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fduplicates.h;h=dd07b763cc6c4679817b2998b9db31a521cedd65;hb=26b9fc31aa816c2c5eaa2f5b10d8a988e4d11cf0;hp=07db2afe70911ef6e608100d8020d06994b482df;hpb=dc4188d47a7e1ac0df29797dcb452b0c2460b634;p=libucw.git diff --git a/images/duplicates.h b/images/duplicates.h index 07db2afe..dd07b763 100644 --- a/images/duplicates.h +++ b/images/duplicates.h @@ -24,7 +24,7 @@ struct image_dup { /* dup-init.c */ -uns image_dup_init(struct image_thread *thread, struct image_dup *dup, struct image *image, struct mempool *pool); +uns image_dup_init(struct image_context *ctx, struct image_dup *dup, struct image *image, struct mempool *pool); uns image_dup_estimate_size(uns cols, uns rows); /* dup-cmp.c */