X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fstk-charconv.h;h=1eb368d11cb5490aaeff8e3ff9fb90cf8f02589d;hb=14e105850c5d3451a44fc50f2814683c0df3ae1b;hp=3b47940f317d63ce7f99e943b3512835d26cccbd;hpb=47a0795e8a28e8ad6ff55cda89e300267d9e590c;p=libucw.git diff --git a/charset/stk-charconv.h b/charset/stk-charconv.h index 3b47940f..1eb368d1 100644 --- a/charset/stk-charconv.h +++ b/charset/stk-charconv.h @@ -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