X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Furl.h;h=8e92d7c57f3365f93304a3ff17c65cc5f4e4c411;hb=557dc31fa097cfe3b8fdbc087e27da6db7317819;hp=b7cb8bfb1888ae9b3026b4b56fa721b8e7bdf21e;hpb=95563968456b51903c56b75e05e47959405c388f;p=libucw.git diff --git a/lib/url.h b/lib/url.h index b7cb8bfb..8e92d7c5 100644 --- 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);