X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fobject.h;h=189b3c0b2de7f9b3add91d2e7f6c116c9e38b7b3;hb=0aa0feda15b70ddcd717ee1421b2c39ba196e581;hp=58e789d64b550e716915973e7ee5bb593658f086;hpb=44088b65c56a3051f4e31b2369927ff30c32d983;p=libucw.git diff --git a/images/object.h b/images/object.h index 58e789d6..189b3c0b 100644 --- a/images/object.h +++ b/images/object.h @@ -22,5 +22,6 @@ uns get_image_obj_info(struct image_obj_info *ioi, struct odes *o); uns get_image_obj_thumb(struct image_obj_info *ioi, struct odes *o, struct mempool *pool); struct image *read_image_obj_thumb(struct image_obj_info *ioi, struct fastbuf *fb, struct image_io *io, struct mempool *pool); void put_image_obj_signature(struct odes *o, struct image_signature *sig); +uns get_image_obj_signature(struct image_signature *sig, struct odes *o); #endif