Code

mpdclient: removed _utf8 suffix from function names
authorMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 15:17:21 +0000 (16:17 +0100)
committerMax Kellermann <max@duempel.org>
Fri, 7 Nov 2008 15:17:21 +0000 (16:17 +0100)
commit3eca95ac1cb786d1aef59fd141d75661903c039a
treef548c5140c6642aa26ad0cea2c59393dd458b1a4
parentc238364f6833320fee4256226af650347d5a751b
mpdclient: removed _utf8 suffix from function names

All functions must receive UTF-8 file names.  Delete all which still
work with locale strings, and remove the _utf8 suffix from the others.
src/mpdclient.c
src/mpdclient.h
src/screen.c
src/screen_artist.c
src/screen_browser.c
src/screen_file.c