Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1048:a42f95563c98 trunk
[svn] Added cdaudio-ng
author | zither |
---|---|
date | Mon, 21 May 2007 15:28:07 -0700 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);