Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 814:2eaaa3aa182b trunk
[svn] - make the whole thing compile. runtime linking is another story.
author | nenolod |
---|---|
date | Mon, 12 Mar 2007 13:00:06 -0700 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);