X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=charset%2Fstk-charconv.c;h=853bd9db03c06607c5ed68b588baead2df77269f;hb=634be141f3f014e31d5931a968c0c0f7e07205fb;hp=d5f55fed9e55a599a9e9e8e033ea79c5a8aa06a3;hpb=5d4c3f3f01730c49b82f9212749ce28f6f808658;p=libucw.git diff --git a/charset/stk-charconv.c b/charset/stk-charconv.c index d5f55fed..853bd9db 100644 --- a/charset/stk-charconv.c +++ b/charset/stk-charconv.c @@ -7,7 +7,7 @@ * of the GNU Lesser General Public License. */ -#include "lib/lib.h" +#include "ucw/lib.h" #include "charset/stk-charconv.h" #include @@ -15,7 +15,7 @@ #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)