$NetBSD: patch-ad,v 1.2 2004/04/20 18:28:11 minskim Exp $ --- conversions.h.orig 2004-03-07 15:41:07.000000000 -0600 +++ conversions.h @@ -23,7 +23,7 @@ #ifndef CONVERSIONS_H #define CONVERSIONS_H -char * iconvert (char * inbuf, char * from, char * to); +char * iconvert (const char * inbuf, char * from, char * to); char * UIDejunk (char * feed_description); char * WrapText (char * text, int width); void *zlib_uncompress(void *in_buf, int in_size, int *out_size, int voodoo_magic);