X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Ffb-charconv.h;h=64e3beeaf75e5517f6f9a0125a688e7901916872;hb=8c48090e240d68564c79eb29ac9004cc911bb5d0;hp=8e8c1486009df371289b8829bbe89be44792aee2;hpb=d4bd861a91d3e9d9ed08336e553d5b9d851f1e64;p=libucw.git diff --git a/charset/fb-charconv.h b/charset/fb-charconv.h index 8e8c1486..64e3beea 100644 --- a/charset/fb-charconv.h +++ b/charset/fb-charconv.h @@ -1,10 +1,11 @@ /* * 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. */ +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);