X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=charset%2Fstk-charconv.h;h=154edacfff77ca4898bf374af5da6594ec4db855;hb=39b28bffc195348b93294b5fa0a8b9e87ea7317a;hp=3b47940f317d63ce7f99e943b3512835d26cccbd;hpb=16df176fa4667d17146479219ba8816d89d1d78b;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