]> mj.ucw.cz Git - libucw.git/blobdiff - charset/stk-charconv.h
option parser: Empty stub of the documentation
[libucw.git] / charset / stk-charconv.h
index 3b47940f317d63ce7f99e943b3512835d26cccbd..154edacfff77ca4898bf374af5da6594ec4db855 100644 (file)
@@ -10,7 +10,7 @@
 #ifndef _CHARSET_STK_CHARCONV_H
 #define _CHARSET_STK_CHARCONV_H
 
 #ifndef _CHARSET_STK_CHARCONV_H
 #define _CHARSET_STK_CHARCONV_H
 
-#include "charset/charconv.h"
+#include <charset/charconv.h>
 #include <alloca.h>
 
 /* The following macros convert strings between given charsets (CONV_CHARSET_x). */
 #include <alloca.h>
 
 /* The following macros convert strings between given charsets (CONV_CHARSET_x). */
@@ -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