Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1424:230661b01dc7
vtx: new tuple API
author | William Pitcock <nenolod@atheme-project.org> |
---|---|
date | Fri, 10 Aug 2007 06:52:55 -0500 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);