]> mj.ucw.cz Git - libucw.git/blobdiff - images/duplicates.h
more MJ's corrections... to be continue
[libucw.git] / images / duplicates.h
index 07db2afe70911ef6e608100d8020d06994b482df..dd07b763cc6c4679817b2998b9db31a521cedd65 100644 (file)
@@ -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 */