Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 165:f57b76df3d96 trunk
[svn] - update this preset for the new version of the branching container.
author | nenolod |
---|---|
date | Tue, 31 Oct 2006 21:33:37 -0800 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);