Mercurial > audlegacy-plugins
view src/xspf/urlencode.h @ 168:e094aa00fdee trunk
[svn] - support lookup of actuator templates by their display name
- use displayed names in the "new actuator" popup menu.
| author | nenolod |
|---|---|
| date | Tue, 31 Oct 2006 22:42:55 -0800 |
| parents | b5a1b762f586 |
| children |
line wrap: on
line source
/* prototypes */ char *xspf_url_decode(const char *url); char *xspf_url_encode(const char *path);
