From 28939dd45cf0f21c039af961120ee25f2bd391f9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 19 Mar 2002 14:00:47 +0000 Subject: fixed include and added header --- docs/examples/multi-app.c | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) (limited to 'docs/examples/multi-app.c') diff --git a/docs/examples/multi-app.c b/docs/examples/multi-app.c index 9ed5bf236..13a221325 100644 --- a/docs/examples/multi-app.c +++ b/docs/examples/multi-app.c @@ -1,4 +1,12 @@ -/* +/***************************************************************************** + * _ _ ____ _ + * Project ___| | | | _ \| | + * / __| | | | |_) | | + * | (__| |_| | _ <| |___ + * \___|\___/|_| \_\_____| + * + * $Id$ + * * This is an example application source code using the multi interface. */ @@ -9,10 +17,8 @@ #include #include - -/* 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 /* * Download a HTTP file and upload an FTP file simultaneously. -- cgit v1.2.3