X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Ffb-charconv.h;h=013484710984115e9c42571d6eaf423f9aa5d1a0;hb=0b7df598070533b746e6162e53f90af764bd8f83;hp=8e8c1486009df371289b8829bbe89be44792aee2;hpb=d4bd861a91d3e9d9ed08336e553d5b9d851f1e64;p=libucw.git diff --git a/charset/fb-charconv.h b/charset/fb-charconv.h index 8e8c1486..01348471 100644 --- a/charset/fb-charconv.h +++ b/charset/fb-charconv.h @@ -1,10 +1,16 @@ /* * Sherlock Library -- Charset Conversion Wrapper for Fast Buffered I/O * - * (c) 2003 Martin Mares + * (c) 2003--2005 Martin Mares * * This software may be freely distributed and used according to the terms * 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);