]> 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 45bc867e61d5e9ef494f62d0c2b002aa4a178730..8e92d7c57f3365f93304a3ff17c65cc5f4e4c411 100644 (file)
--- 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 <mj@ucw.cz>
  *     (c) 2001 Robert Spalek <robert@ucw.cz>
@@ -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 */