X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fimage-sig.c;h=cd07b8a3ab0fd603eeb5719da4a5b837aa7d75b9;hb=b7ae681630e44b0a6d28ed441c2514dac80004e6;hp=b22b4e44b6e0ebad1986830b1e16a9f267bf728b;hpb=b6a5054473b03660664647866d41601431e83b07;p=libucw.git diff --git a/images/image-sig.c b/images/image-sig.c index b22b4e44..cd07b8a3 100644 --- a/images/image-sig.c +++ b/images/image-sig.c @@ -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;