From e1a94f917df4da9073cf52d8dcdb26bc12b76930 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 17 Jun 2004 15:36:37 +0000 Subject: actually, scratch the last change git-svn-id: https://svn.musicpd.org/mpd/trunk@1524 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/charConv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charConv.h') diff --git a/src/charConv.h b/src/charConv.h index 3093fcac2..5687c1e7e 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -23,7 +23,7 @@ int setCharSetConversion(char * to, char * from); -char * convStrDup(ICONV_CONST char * string); +char * convStrDup(char * string); void closeCharSetConversion(); -- cgit v1.2.3