Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 747:fab906be0f55 trunk
[svn] - add czech translation file. Closes #818.
| author | nenolod |
|---|---|
| date | Tue, 27 Feb 2007 23:32:10 -0800 |
| parents | b5a1b762f586 |
| children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);
