curl_slist

linked-list structure for the CURLOPT_QUOTE option (and other)

extern (C)
struct curl_slist {
char* data;
curl_slist* next;
}

Meta