Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1700:42ea52049c76
Fix MusePack plugin for the new API.
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Tue, 11 Sep 2007 02:14:11 +0300 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);