cURL / Mailing Lists / curl-library / Single Mail

curl-library

[PATCH 3/4] Document type of argument for CURLOPT_ERRORBUFFER.

From: Dimitrios Siganos <dimitris_at_siganos.org>
Date: Wed, 2 Jul 2014 10:41:39 +0100

---
 docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3 b/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
index 94b858f..d743723 100644
--- a/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
+++ b/docs/libcurl/opts/CURLOPT_ERRORBUFFER.3
@@ -26,7 +26,7 @@ CURLOPT_ERRORBUFFER \- set error buffer for error messages
 .SH SYNOPSIS
 #include <curl/curl.h>
 
-CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ERRORBUFFER, [argument]);
+CURLcode curl_easy_setopt(CURL *handle, CURLOPT_ERRORBUFFER, char *buf);
 .SH DESCRIPTION
 Pass a char * to a buffer that the libcurl may store human readable error
 messages in on failures or problems. This may be more helpful than just the
-- 
1.8.1.2
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html
Received on 2014-07-02