X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=images%2Fobject.h;h=9da98eec5cb33514271296e9d0dcbfd32a1acbad;hb=e5d79225e3eef5c39be7f8e5006e331ed0f76f2f;hp=58e789d64b550e716915973e7ee5bb593658f086;hpb=44088b65c56a3051f4e31b2369927ff30c32d983;p=libucw.git diff --git a/images/object.h b/images/object.h index 58e789d6..9da98eec 100644 --- a/images/object.h +++ b/images/object.h @@ -1,7 +1,7 @@ #ifndef _IMAGES_OBJECT_H #define _IMAGES_OBJECT_H -#include "images/images.h" +#include struct image_obj_info { uns cols; @@ -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