]> mj.ucw.cz Git - libucw.git/blobdiff - charset/fb-charconv.h
Opt: Constify
[libucw.git] / charset / fb-charconv.h
index 64e3beeaf75e5517f6f9a0125a688e7901916872..013484710984115e9c42571d6eaf423f9aa5d1a0 100644 (file)
@@ -7,5 +7,10 @@
  *     of the GNU Lesser General Public License.
  */
 
+#ifdef CONFIG_UCW_CLEAN_ABI
+#define fb_wrap_charconv_in ucw_fb_wrap_charconv_in
+#define fb_wrap_charconv_out ucw_fb_wrap_charconv_out
+#endif
+
 struct fastbuf *fb_wrap_charconv_in(struct fastbuf *f, int cs_from, int cs_to);
 struct fastbuf *fb_wrap_charconv_out(struct fastbuf *f, int cs_from, int cs_to);