]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
ok stop using old and deprecated options
authorDaniel Stenberg <daniel@haxx.se>
Wed, 8 Nov 2006 08:49:27 +0000 (08:49 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 8 Nov 2006 08:49:27 +0000 (08:49 +0000)
docs/examples/sepheaders.c

index 6e87351688ee59e80608368fd601bd0f4a983f13..cf2f419d679bed5c4626880eee73e9fec8dc9bbd 100644 (file)
@@ -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);