view src/xspf/urlencode.h @ 1826:d7709de0882c

Fix dependencies and other parallel stuff.
author Jonathan Schleifer <js@h3c.de>
date Mon, 24 Sep 2007 20:20:44 +0200
parents b5a1b762f586
children
line wrap: on
line source

/* prototypes */

char *xspf_url_decode(const char *url);
char *xspf_url_encode(const char *path);