From 18f59c9c1687dda8e290db4fb92d1357762ec342 Mon Sep 17 00:00:00 2001 From: Avuton Olrich Date: Fri, 14 Jul 2006 19:27:32 +0000 Subject: [CLEANUP] Remove closeCharSetConversion from the header, there's no need to export it. Static it. git-svn-id: https://svn.musicpd.org/mpd/trunk@4330 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/charConv.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/charConv.h') diff --git a/src/charConv.h b/src/charConv.h index bba80db25..8322cdfd9 100644 --- a/src/charConv.h +++ b/src/charConv.h @@ -25,6 +25,4 @@ int setCharSetConversion(char * to, char * from); char * convStrDup(char * string); -void closeCharSetConversion(); - #endif -- cgit v1.2.3