Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 508:1e5df88b631d trunk
[svn] - newvfs probing
author | nenolod |
---|---|
date | Mon, 22 Jan 2007 01:00:29 -0800 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);