aboutsummaryrefslogtreecommitdiffstats
path: root/src/charConv.h
diff options
context:
space:
mode:
authorAvuton Olrich <avuton@gmail.com>2006-07-14 19:27:32 +0000
committerAvuton Olrich <avuton@gmail.com>2006-07-14 19:27:32 +0000
commit18f59c9c1687dda8e290db4fb92d1357762ec342 (patch)
treec66c677ffc9c850f455c71a4ad7e0cfcd29c78b9 /src/charConv.h
parent7154c510e56be26a7d79a4d60a45ad6c60d2659c (diff)
downloadmpd-18f59c9c1687dda8e290db4fb92d1357762ec342.tar.gz
mpd-18f59c9c1687dda8e290db4fb92d1357762ec342.tar.xz
mpd-18f59c9c1687dda8e290db4fb92d1357762ec342.zip
[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
Diffstat (limited to '')
-rw-r--r--src/charConv.h2
1 files changed, 0 insertions, 2 deletions
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