X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fstk-charconv.h;h=154edacfff77ca4898bf374af5da6594ec4db855;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=3b47940f317d63ce7f99e943b3512835d26cccbd;hpb=47a0795e8a28e8ad6ff55cda89e300267d9e590c;p=libucw.git diff --git a/charset/stk-charconv.h b/charset/stk-charconv.h index 3b47940f..154edacf 100644 --- a/charset/stk-charconv.h +++ b/charset/stk-charconv.h @@ -10,7 +10,7 @@ #ifndef _CHARSET_STK_CHARCONV_H #define _CHARSET_STK_CHARCONV_H -#include "charset/charconv.h" +#include #include /* The following macros convert strings between given charsets (CONV_CHARSET_x). */ @@ -24,7 +24,7 @@ /* Internals */ -uns stk_strconv_init(struct conv_context *c, byte *s, uns cs_in, uns cs_out); +uns stk_strconv_init(struct conv_context *c, const byte *s, uns cs_in, uns cs_out); uns stk_strconv_step(struct conv_context *c, byte *buf, uns len); #endif