diff options
author | Daniel Stenberg <daniel@haxx.se> | 2006-04-07 21:50:47 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2006-04-07 21:50:47 +0000 |
commit | 5a4b43848ac21b3d831f00ce11136e20f820f0a0 (patch) | |
tree | 981b8520e1f9aa683da489c8a283fb513dd26f16 /lib/escape.h | |
parent | d98869a0889195a9e0d353cf691219f78186ac93 (diff) | |
download | curl-5a4b43848ac21b3d831f00ce11136e20f820f0a0.tar.gz |
First commit of David McCreedy's EBCDIC and TPF changes.
Diffstat (limited to 'lib/escape.h')
-rw-r--r-- | lib/escape.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/escape.h b/lib/escape.h index b37271ddd..a0a0209c4 100644 --- a/lib/escape.h +++ b/lib/escape.h @@ -8,7 +8,7 @@ * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * - * Copyright (C) 1998 - 2005, Daniel Stenberg, <daniel@haxx.se>, et al. + * Copyright (C) 1998 - 2006, Daniel Stenberg, <daniel@haxx.se>, et al. * * This software is licensed as described in the file COPYING, which * you should have received as part of this distribution. The terms @@ -26,7 +26,5 @@ /* Escape and unescape URL encoding in strings. The functions return a new * allocated string or NULL if an error occurred. */ -char *curl_escape(const char *string, int length); -char *curl_unescape(const char *string, int length); #endif |