Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1197:616928ec054d trunk
Add #ifdef FILEWRITER_MP3 to filewriter/mp3.c
author | Jonathan Schleifer <js@h3c.de> |
---|---|
date | Sun, 01 Jul 2007 02:30:41 +0200 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);