Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 580:2419d6928017 trunk
[svn] - converted timidity plugin to InputPlayback
author | giacomo |
---|---|
date | Tue, 30 Jan 2007 08:36:50 -0800 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);