Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 658:a9199ee8e5c0 trunk
[svn] - disk writer: do effects processing.
- flac113 plugin: pass a valid InputPlayback reference to the thread
constructor. closes #797 for real.
author | nenolod |
---|---|
date | Thu, 15 Feb 2007 23:36:36 -0800 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);