Loading docs/examples/multi-app.c +11 −5 Original line number Diff line number Diff line /* /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ * * This is an example application source code using the multi interface. */ Loading @@ -9,10 +17,8 @@ #include <sys/time.h> #include <unistd.h> /* To start with, we include the header from the lib directory. This should later of course be moved to the proper include dir. */ #include "../lib/multi.h" /* curl stuff */ #include <curl/curl.h> /* * Download a HTTP file and upload an FTP file simultaneously. Loading docs/examples/multi-double.c +12 −5 Original line number Diff line number Diff line /* * This is a simple example using the multi interface. /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ * * This is a very simple example using the multi interface. */ #include <stdio.h> Loading @@ -9,9 +17,8 @@ #include <sys/time.h> #include <unistd.h> /* To start with, we include the header from the lib directory. This should later of course be moved to the proper include dir. */ #include "../lib/multi.h" /* curl stuff */ #include <curl/curl.h> /* * Simply download two HTTP files! Loading docs/examples/multi-single.c +11 −4 Original line number Diff line number Diff line /* /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ * * This is a very simple example using the multi interface. */ Loading @@ -9,9 +17,8 @@ #include <sys/time.h> #include <unistd.h> /* To start with, we include the header from the lib directory. This should later of course be moved to the proper include dir. */ #include "../lib/multi.h" /* curl stuff */ #include <curl/curl.h> /* * Simply download a HTTP file. Loading Loading
docs/examples/multi-app.c +11 −5 Original line number Diff line number Diff line /* /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ * * This is an example application source code using the multi interface. */ Loading @@ -9,10 +17,8 @@ #include <sys/time.h> #include <unistd.h> /* To start with, we include the header from the lib directory. This should later of course be moved to the proper include dir. */ #include "../lib/multi.h" /* curl stuff */ #include <curl/curl.h> /* * Download a HTTP file and upload an FTP file simultaneously. Loading
docs/examples/multi-double.c +12 −5 Original line number Diff line number Diff line /* * This is a simple example using the multi interface. /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ * * This is a very simple example using the multi interface. */ #include <stdio.h> Loading @@ -9,9 +17,8 @@ #include <sys/time.h> #include <unistd.h> /* To start with, we include the header from the lib directory. This should later of course be moved to the proper include dir. */ #include "../lib/multi.h" /* curl stuff */ #include <curl/curl.h> /* * Simply download two HTTP files! Loading
docs/examples/multi-single.c +11 −4 Original line number Diff line number Diff line /* /***************************************************************************** * _ _ ____ _ * Project ___| | | | _ \| | * / __| | | | |_) | | * | (__| |_| | _ <| |___ * \___|\___/|_| \_\_____| * * $Id$ * * This is a very simple example using the multi interface. */ Loading @@ -9,9 +17,8 @@ #include <sys/time.h> #include <unistd.h> /* To start with, we include the header from the lib directory. This should later of course be moved to the proper include dir. */ #include "../lib/multi.h" /* curl stuff */ #include <curl/curl.h> /* * Simply download a HTTP file. Loading