summaryrefslogtreecommitdiff
path: root/lib/escape.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2018-08-05 11:51:07 +0200
committerDaniel Stenberg <daniel@haxx.se>2018-09-06 11:03:08 +0200
commitbac70d074f448ebd610f8f15eeb5585515532fa1 (patch)
tree51195876cf8535fd815a65690d80115fcfdc335f /lib/escape.h
parent6987fcef657710f800b05dd79ff744087b15c73d (diff)
downloadcurl-URL-API.tar.gz
URL-APIURL-API
See header file and man pages for API. All documented API details work and are tested in the 1560 test case. Closes #2842
Diffstat (limited to 'lib/escape.h')
-rw-r--r--lib/escape.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/escape.h b/lib/escape.h
index 638666f03..666f1ad71 100644
--- a/lib/escape.h
+++ b/lib/escape.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2018, 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
@@ -24,6 +24,7 @@
/* Escape and unescape URL encoding in strings. The functions return a new
* allocated string or NULL if an error occurred. */
+bool Curl_isunreserved(unsigned char in);
CURLcode Curl_urldecode(struct Curl_easy *data,
const char *string, size_t length,
char **ostring, size_t *olen,