Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1604:b46e7f445e88
Fixed configuration dialog, thanks to Joker for pointing out the flaws.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Wed, 05 Sep 2007 22:44:25 +0300 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);