]> mj.ucw.cz Git - libucw.git/blobdiff - images/image-sig.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / images / image-sig.c
index b22b4e44b6e0ebad1986830b1e16a9f267bf728b..cd07b8a3ab0fd603eeb5719da4a5b837aa7d75b9 100644 (file)
@@ -16,7 +16,7 @@ struct block {
 };
 
 int
-compute_image_signature(struct image *image, struct image_signature *sig)
+compute_image_signature(struct image_data *image, struct image_signature *sig)
 {
   uns width = image->width;
   uns height = image->height;