]> mj.ucw.cz Git - libucw.git/blobdiff - charset/fb-charconv.h
The Sherlock::Config module now supports typed configuration items.
[libucw.git] / charset / fb-charconv.h
index 8e8c1486009df371289b8829bbe89be44792aee2..64e3beeaf75e5517f6f9a0125a688e7901916872 100644 (file)
@@ -1,10 +1,11 @@
 /*
  *     Sherlock Library -- Charset Conversion Wrapper for Fast Buffered I/O
  *
- *     (c) 2003 Martin Mares <mj@ucw.cz>
+ *     (c) 2003--2005 Martin Mares <mj@ucw.cz>
  *
  *     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);