X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=charset%2Fmp-charconv.c;h=607e91ab17f1968df6997e41a9aa2a6b499b334b;hb=eec6d2c37cbcbf9c350aa4ca80e5a316e5144087;hp=ef0adf951c83a0b5de0a026763bccb5b1c7f0a06;hpb=16df176fa4667d17146479219ba8816d89d1d78b;p=libucw.git diff --git a/charset/mp-charconv.c b/charset/mp-charconv.c index ef0adf95..607e91ab 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 "charset/mp-charconv.h" +#include +#include #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);