]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/gary.h
ABI: Symbol renames for libucw and libcharset
[libucw.git] / ucw / gary.h
index 8fa729290ed9d58675d40af0e8a3eb07b6ca834b..600dd5007ab65a5bd2fdda2c36f7da92c6c83b24 100644 (file)
@@ -7,6 +7,14 @@
 #ifndef _UCW_GARY_H
 #define _UCW_GARY_H
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define gary_fix ucw_gary_fix
+#define gary_free ucw_gary_free
+#define gary_init ucw_gary_init
+#define gary_push_helper ucw_gary_push_helper
+#define gary_set_size ucw_gary_set_size
+#endif
+
 struct gary_hdr {
   size_t num_elts;
   size_t have_space;