From: Daniel Stenberg Date: Wed, 8 Nov 2006 08:49:27 +0000 (+0000) Subject: ok stop using old and deprecated options X-Git-Tag: curl-7_16_1~176 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a03c76b228fc85e457934335d46173b967721644;p=thirdparty%2Fcurl.git ok stop using old and deprecated options --- diff --git a/docs/examples/sepheaders.c b/docs/examples/sepheaders.c index 6e87351688..cf2f419d67 100644 --- a/docs/examples/sepheaders.c +++ b/docs/examples/sepheaders.c @@ -1,8 +1,8 @@ /***************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ @@ -41,9 +41,6 @@ int main(int argc, char **argv) /* no progress meter please */ curl_easy_setopt(curl_handle, CURLOPT_NOPROGRESS, 1); - /* shut up completely */ - curl_easy_setopt(curl_handle, CURLOPT_MUTE, 1); - /* send all data to this function */ curl_easy_setopt(curl_handle, CURLOPT_WRITEFUNCTION, write_data);