X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=lib%2Furl.h;h=8e92d7c57f3365f93304a3ff17c65cc5f4e4c411;hb=d1a5b69d490ce61a0f41db08263580487720bf2f;hp=45bc867e61d5e9ef494f62d0c2b002aa4a178730;hpb=9921b31fc64b555cb5b2301f55ed36d2c9cab572;p=libucw.git diff --git a/lib/url.h b/lib/url.h index 45bc867e..8e92d7c5 100644 --- a/lib/url.h +++ b/lib/url.h @@ -1,5 +1,5 @@ /* - * Sherlock Library -- URL Functions + * UCW Library -- URL Functions * * (c) 1997--2004 Martin Mares * (c) 2001 Robert Spalek @@ -8,8 +8,8 @@ * of the GNU Lesser General Public License. */ -#ifndef _SHERLOCK_URL_H -#define _SHERLOCK_URL_H +#ifndef _UCW_URL_H +#define _UCW_URL_H #define MAX_URL_SIZE 1024 @@ -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 */