summaryrefslogtreecommitdiff
path: root/www/snownews/patches/patch-ad
blob: d849d2e865a05af494ca300cea6439b7e042d2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$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);