]> mj.ucw.cz Git - libucw.git/blobdiff - lib/url.h
Remember size of the input file.
[libucw.git] / lib / url.h
index b7cb8bfb1888ae9b3026b4b56fa721b8e7bdf21e..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_enescape_friendly(byte *src, byte *dest);      // for cards.c only
 
 /* URL splitting and normalization */
 
@@ -45,7 +46,6 @@ struct url {
   byte *buf, *bufend;
 };
 
-uns enhex(uns x);
 int url_split(byte *s, struct url *u, byte *d);
 int url_normalize(struct url *u, struct url *b);
 int url_canonicalize(struct url *u);