X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fmp-charconv.c;h=ac60449563a1d402cc8bf922293092cc1e789f5c;hb=d84b9fd101d2bf3a72b9dc1d603c9b3960e8cb17;hp=ef0adf951c83a0b5de0a026763bccb5b1c7f0a06;hpb=16df176fa4667d17146479219ba8816d89d1d78b;p=libucw.git diff --git a/charset/mp-charconv.c b/charset/mp-charconv.c index ef0adf95..ac604495 100644 --- a/charset/mp-charconv.c +++ b/charset/mp-charconv.c @@ -7,13 +7,13 @@ * of the GNU Lesser General Public License. */ -#include "lib/lib.h" +#include "ucw/lib.h" #include "charset/mp-charconv.h" #include #include byte * -mp_strconv(struct mempool *mp, byte *s, uns in_cs, uns out_cs) +mp_strconv(struct mempool *mp, const byte *s, uns in_cs, uns out_cs) { if (in_cs == out_cs) return mp_strdup(mp, s);