]> mj.ucw.cz Git - libucw.git/blobdiff - charset/fb-charconv.h
ABI: Symbol renames for libucw and libcharset
[libucw.git] / charset / fb-charconv.h
index 8e8c1486009df371289b8829bbe89be44792aee2..013484710984115e9c42571d6eaf423f9aa5d1a0 100644 (file)
@@ -1,10 +1,16 @@
 /*
  *     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.
  */
 
+#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);