X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fobject.h;h=26d850ba43ca39057ae4c40d4118c8f0492d543b;hb=0db6e10eac28f38bfc3b325b13ad95107c58ce1e;hp=189b3c0b2de7f9b3add91d2e7f6c116c9e38b7b3;hpb=4142115bf20293bef998d1f683ac7ce3008178fb;p=libucw.git diff --git a/images/object.h b/images/object.h index 189b3c0b..26d850ba 100644 --- a/images/object.h +++ b/images/object.h @@ -1,7 +1,15 @@ #ifndef _IMAGES_OBJECT_H #define _IMAGES_OBJECT_H -#include "images/images.h" +#include + +#ifdef CONFIG_UCW_CLEAN_ABI +#define get_image_obj_info ucw_get_image_obj_info +#define get_image_obj_signature ucw_get_image_obj_signature +#define get_image_obj_thumb ucw_get_image_obj_thumb +#define put_image_obj_signature ucw_put_image_obj_signature +#define read_image_obj_thumb ucw_read_image_obj_thumb +#endif struct image_obj_info { uns cols;