On Thu, 14 Aug 2003, Philip Hazel wrote: > > rfc2047.c: In function 'rfc2047_decode':
> > rfc2047.c:251: warning: passing arg 2 of 'iconv' from incompatible
> > pointer type
> Thanks. The first two are understood; I'll take a look at the third. Second argument (inbuf) of iconv() from current glibc doesn't have const
modifier.