Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 1563:828f45d8e8f8
Move NLS support macros to xs_support.h
author | Matti Hamalainen <ccr@tnsp.org> |
---|---|
date | Mon, 03 Sep 2007 01:23:36 +0300 |
parents | b5a1b762f586 |
children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);