From a03c76b228fc85e457934335d46173b967721644 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 8 Nov 2006 08:49:27 +0000 Subject: ok stop using old and deprecated options --- docs/examples/sepheaders.c | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'docs/examples/sepheaders.c') diff --git a/docs/examples/sepheaders.c b/docs/examples/sepheaders.c index 6e8735168..cf2f419d6 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); -- cgit v1.2.3