X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=inline;f=charset%2Fstk-charconv.h;h=1eb368d11cb5490aaeff8e3ff9fb90cf8f02589d;hb=d5fdccbecd2acde9a6e067b54fcd69b02f31a820;hp=3b47940f317d63ce7f99e943b3512835d26cccbd;hpb=b6a5054473b03660664647866d41601431e83b07;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