Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1810:f1b594fa80ce
audiocompress: Mk2
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Mon, 24 Sep 2007 13:00:11 -0500 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);