X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=images%2Fduplicates.h;h=934d02ded4af4752ebeae726d9f1327911681437;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=9c243c37d93fc6705dcc6daeeb009ba2478be7ad;hpb=f86ffe4a0bd2f45790015001bbbcbf97a9b6793e;p=libucw.git diff --git a/images/duplicates.h b/images/duplicates.h index 9c243c37..934d02de 100644 --- a/images/duplicates.h +++ b/images/duplicates.h @@ -1,6 +1,14 @@ #ifndef _IMAGES_DUPLICATES_H #define _IMAGES_DUPLICATES_H +#ifdef CONFIG_UCW_CLEAN_ABI +#define image_dup_compare ucw_image_dup_compare +#define image_dup_context_cleanup ucw_image_dup_context_cleanup +#define image_dup_context_init ucw_image_dup_context_init +#define image_dup_estimate_size ucw_image_dup_estimate_size +#define image_dup_new ucw_image_dup_new +#endif + enum image_dup_flags { IMAGE_DUP_TRANS_ID = 0x0001, IMAGE_DUP_FLIP_X = 0x0002,