aboutsummaryrefslogtreecommitdiff
path: root/docs/examples/multi-double.c
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples/multi-double.c')
-rw-r--r--docs/examples/multi-double.c17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/examples/multi-double.c b/docs/examples/multi-double.c
index c850b0fe4..2b92d55f5 100644
--- a/docs/examples/multi-double.c
+++ b/docs/examples/multi-double.c
@@ -1,5 +1,13 @@
-/*
- * This is a simple example using the multi interface.
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * $Id$
+ *
+ * This is a very simple example using the multi interface.
*/
#include <stdio.h>
@@ -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!