Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 619:ca4cd00ca0c8 trunk
[svn] - now title_override works.
| author | yaz |
|---|---|
| date | Thu, 08 Feb 2007 00:55:06 -0800 |
| parents | b5a1b762f586 |
| children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);
