]> mj.ucw.cz Git - libucw.git/blob - charset/fb-charconv.h
Opt: Updated test case
[libucw.git] / charset / fb-charconv.h
1 /*
2  *      Sherlock Library -- Charset Conversion Wrapper for Fast Buffered I/O
3  *
4  *      (c) 2003--2005 Martin Mares <mj@ucw.cz>
5  *
6  *      This software may be freely distributed and used according to the terms
7  *      of the GNU Lesser General Public License.
8  */
9
10 #ifdef CONFIG_UCW_CLEAN_ABI
11 #define fb_wrap_charconv_in ucw_fb_wrap_charconv_in
12 #define fb_wrap_charconv_out ucw_fb_wrap_charconv_out
13 #endif
14
15 struct fastbuf *fb_wrap_charconv_in(struct fastbuf *f, int cs_from, int cs_to);
16 struct fastbuf *fb_wrap_charconv_out(struct fastbuf *f, int cs_from, int cs_to);