Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1528:8fddba1d94e4
xspf: When loading playlist, read title from xml if set
author | Kieran Clancy <clancy.kieran+audacious@gmail.com> |
---|---|
date | Sun, 26 Aug 2007 21:12:45 +0930 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);