Package: libcurl3-dev Version: 7.14.0-5 Severity: normal File: /usr/share/man/man3/curl_easy_setopt.3.gz
This manpage isn't clear about the interaction between CURLOPT_WRITEFUNCTION and CURLOPT_WRITEDATA. It seems to me that CURLOPT_WRITEDATA is actually overloaded; if CURLOPT_WRITEFUNCTION is set to the default, then CURLOPT_WRITEDATA specifies an FILE * to which data is written, but if CURLOPT_WRITEFUNCTION is set, then CURLOPT_WRITEDATA specifies an void * of data which is passed to that function. The overloaded use should be explicitly mentioned. The same applies to the READ variants, and to other documentation too. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]