Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 708:9684a1b4e494 trunk
[svn] - close configdb handle
author | nenolod |
---|---|
date | Sat, 24 Feb 2007 08:58:32 -0800 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);