X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fstk-charconv.h;h=71cdbc5149d7c3f99f786f9d6cebbd6ef6b9e1fe;hb=77c84c65dc22afe21bc52d95cd3996b8e1c7d065;hp=1eb368d11cb5490aaeff8e3ff9fb90cf8f02589d;hpb=10eb212c1d1d1386cb2d7c57f34565802da19a74;p=libucw.git diff --git a/charset/stk-charconv.h b/charset/stk-charconv.h index 1eb368d1..71cdbc51 100644 --- a/charset/stk-charconv.h +++ b/charset/stk-charconv.h @@ -10,9 +10,14 @@ #ifndef _CHARSET_STK_CHARCONV_H #define _CHARSET_STK_CHARCONV_H -#include "charset/charconv.h" +#include #include +#ifdef CONFIG_UCW_CLEAN_ABI +#define stk_strconv_init ucw_stk_strconv_init +#define stk_strconv_step ucw_stk_strconv_step +#endif + /* The following macros convert strings between given charsets (CONV_CHARSET_x). */ #define stk_strconv(s, cs_in, cs_out) \