annotate src/xspf/urlencode.h @ 1420:40136e537bd9

wav: update to new tuple API.
author William Pitcock <nenolod@atheme-project.org>
date Fri, 10 Aug 2007 06:23:10 -0500
parents b5a1b762f586
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
95
b5a1b762f586 [svn] - xspf now uses url encoding for location entry.
yaz
parents:
diff changeset
1 /* prototypes */
b5a1b762f586 [svn] - xspf now uses url encoding for location entry.
yaz
parents:
diff changeset
2
b5a1b762f586 [svn] - xspf now uses url encoding for location entry.
yaz
parents:
diff changeset
3 char *xspf_url_decode(const char *url);
b5a1b762f586 [svn] - xspf now uses url encoding for location entry.
yaz
parents:
diff changeset
4 char *xspf_url_encode(const char *path);