]> mj.ucw.cz Git - libucw.git/blobdiff - lib/url.h
CONFIG_INCREMENTAL doesn't belong to the free version
[libucw.git] / lib / url.h
index 30fc8fd7fa906464f5ac8ba064b9aa181e915adc..8e92d7c57f3365f93304a3ff17c65cc5f4e4c411 100644 (file)
--- a/lib/url.h
+++ b/lib/url.h
@@ -31,6 +31,7 @@
 
 int url_deescape(byte *s, byte *d);
 int url_enescape(byte *s, byte *d);
 
 int url_deescape(byte *s, byte *d);
 int url_enescape(byte *s, byte *d);
+int url_enescape_friendly(byte *src, byte *dest);      // for cards.c only
 
 /* URL splitting and normalization */
 
 
 /* URL splitting and normalization */