]> mj.ucw.cz Git - libucw.git/blobdiff - charset/stk-charconv.c
ucw. docs: document single-line doc. comments
[libucw.git] / charset / stk-charconv.c
index d5f55fed9e55a599a9e9e8e033ea79c5a8aa06a3..853bd9db03c06607c5ed68b588baead2df77269f 100644 (file)
@@ -7,7 +7,7 @@
  *     of the GNU Lesser General Public License.
  */
 
  *     of the GNU Lesser General Public License.
  */
 
-#include "lib/lib.h"
+#include "ucw/lib.h"
 #include "charset/stk-charconv.h"
 #include <string.h>
 
 #include "charset/stk-charconv.h"
 #include <string.h>
 
@@ -15,7 +15,7 @@
 #define INITIAL_SCALE          2
 
 uns
 #define INITIAL_SCALE          2
 
 uns
-stk_strconv_init(struct conv_context *c, byte *s, uns in_cs, uns out_cs)
+stk_strconv_init(struct conv_context *c, const byte *s, uns in_cs, uns out_cs)
 {
   uns l = strlen(s);
   if (in_cs == out_cs)
 {
   uns l = strlen(s);
   if (in_cs == out_cs)