ENH: Fix old api

This commit is contained in:
Andy Cedilnik 2007-04-15 11:56:07 -04:00
parent ee4ab6385e
commit 925214e12f
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ int main(int argc, char **argv)
curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1);
/* shut up completely */
curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);
//curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1);
/* send all data to this function */
curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data);