]> mj.ucw.cz Git - libucw.git/blobdiff - charset/stk-charconv.h
make regex and asciidoc work on Darwin without hacking
[libucw.git] / charset / stk-charconv.h
index 3b47940f317d63ce7f99e943b3512835d26cccbd..1eb368d11cb5490aaeff8e3ff9fb90cf8f02589d 100644 (file)
@@ -24,7 +24,7 @@
 
 /* Internals */
 
 
 /* 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
 uns stk_strconv_step(struct conv_context *c, byte *buf, uns len);
 
 #endif