Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1337:831720848162
Bail out if libcdio isn't found.
| author | Alex Maclean <monkeh@monkeh.net> |
|---|---|
| date | Sun, 22 Jul 2007 20:42:28 +0000 |
| parents | b5a1b762f586 |
| children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);
