cURL / Mailing Lists / curl-library / Single Mail

curl-library

Bug in CURL-Docu

From: Stefan Koch <devman_at_gmx-topmail.de>
Date: Tue, 09 Jan 2007 17:36:39 +0100

Hi,

I've encountered an error in the usage example for curl_slist_append().

(http://curl.haxx.se/libcurl/c/curl_slist_append.html)

CURL handle; curl_slist *slist=NULL;

should be

CURL handle; struct curl_slist *slist=NULL;

else there must be a typedef.

Regards,
Stefan
Received on 2007-01-09