X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Furl.h;h=8e92d7c57f3365f93304a3ff17c65cc5f4e4c411;hb=d1a5b69d490ce61a0f41db08263580487720bf2f;hp=30fc8fd7fa906464f5ac8ba064b9aa181e915adc;hpb=cad27e97e6370f96903d42aaf345c099af0a03bd;p=libucw.git diff --git a/lib/url.h b/lib/url.h index 30fc8fd7..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 */