Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1547:b63e772ee21d
Useless use of if() with g_free().
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Sat, 01 Sep 2007 06:01:34 +0300 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);