Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1304:f34112ab9101
As usual, "i18n" modifications.
author | Stany HENRY <StrassBoy@gmail.com> |
---|---|
date | Fri, 20 Jul 2007 05:39:56 +0200 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);