Skip to content
Snippets Groups Projects
Commit 7441c6d7 authored by Dimitrios Siganos's avatar Dimitrios Siganos Committed by Daniel Stenberg
Browse files

Document type of argument for CURLOPT_ERRORBUFFER.

parent 3e044323
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment