]> mj.ucw.cz Git - libucw.git/blobdiff - images/duplicates.h
UCW::CGI: Let url_param_escape() encode non-ASCII characters
[libucw.git] / images / duplicates.h
index 9c243c37d93fc6705dcc6daeeb009ba2478be7ad..934d02ded4af4752ebeae726d9f1327911681437 100644 (file)
@@ -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,