X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ffb-charconv.h;h=013484710984115e9c42571d6eaf423f9aa5d1a0;hb=97c0f0673d3bf8f426afb784e8b419c8931977cb;hp=64e3beeaf75e5517f6f9a0125a688e7901916872;hpb=bd58fbd275d46c3828e1f46a1ca9a3e4b5fe5a28;p=libucw.git diff --git a/charset/fb-charconv.h b/charset/fb-charconv.h index 64e3beea..01348471 100644 --- a/charset/fb-charconv.h +++ b/charset/fb-charconv.h @@ -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);