Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 305:51c40770f6bc trunk
[svn] - add a preset by ticpu
author | nenolod |
---|---|
date | Thu, 23 Nov 2006 00:28:10 -0800 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);