From f21408132a1a58bb15f9e603b4875217b25d5de2 Mon Sep 17 00:00:00 2001 From: Svyatoslav Mishyn Date: Sun, 23 Aug 2015 14:43:04 +0300 Subject: curl_easy_{escape,unescape}.3: "char *" vs. "const char *" Closes #395 --- docs/libcurl/curl_easy_escape.3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'docs/libcurl/curl_easy_escape.3') diff --git a/docs/libcurl/curl_easy_escape.3 b/docs/libcurl/curl_easy_escape.3 index da2b38221..76a116ac5 100644 --- a/docs/libcurl/curl_easy_escape.3 +++ b/docs/libcurl/curl_easy_escape.3 @@ -26,7 +26,8 @@ curl_easy_escape - URL encodes the given string .SH SYNOPSIS .B #include .sp -.BI "char *curl_easy_escape( CURL *" curl ", char *" string ", int "length " );" +.BI "char *curl_easy_escape( CURL *" curl ", const char *" string +.BI ", int "length " );" .ad .SH DESCRIPTION This function converts the given input \fIstring\fP to a URL encoded string -- cgit v1.2.3