Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 548:72fd640bcc4e trunk
[svn] Update russian translation
| author | alxorlov |
|---|---|
| date | Thu, 25 Jan 2007 13:21:21 -0800 |
| parents | b5a1b762f586 |
| children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);
