Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1718:892deefba58d
- Add neon HTTP transport plugin sources
| author | Ralf Ertzinger <ralf@skytale.net> |
|---|---|
| date | Mon, 17 Sep 2007 21:40:37 +0200 |
| parents | b5a1b762f586 |
| children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);
