From e3fa7d021e4f37db40229a7c8f93296d4132e4db Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jan 2005 15:25:29 +0000 Subject: Renamed easy.h and multi.h to easyif.h and multiif.h to make sure they don't shadow our public headers with the former names. --- lib/multi.h | 35 ----------------------------------- 1 file changed, 35 deletions(-) delete mode 100644 lib/multi.h (limited to 'lib/multi.h') diff --git a/lib/multi.h b/lib/multi.h deleted file mode 100644 index ef84d6a1c..000000000 --- a/lib/multi.h +++ /dev/null @@ -1,35 +0,0 @@ -#ifndef __MULTI_H -#define __MULTI_H -/*************************************************************************** - * _ _ ____ _ - * Project ___| | | | _ \| | - * / __| | | | |_) | | - * | (__| |_| | _ <| |___ - * \___|\___/|_| \_\_____| - * - * Copyright (C) 1998 - 2004, Daniel Stenberg, , et al. - * - * This software is licensed as described in the file COPYING, which - * you should have received as part of this distribution. The terms - * are also available at http://curl.haxx.se/docs/copyright.html. - * - * You may opt to use, copy, modify, merge, publish, distribute and/or sell - * copies of the Software, and permit persons to whom the Software is - * furnished to do so, under the terms of the COPYING file. - * - * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY - * KIND, either express or implied. - * - * $Id$ - ***************************************************************************/ - - /* This file shadows for in some compilers - */ -#include - -/* - * Prototypes for library-wide functions provided by multi.c - */ -void Curl_multi_rmeasy(void *multi, CURL *data); - -#endif /* __MULTI_H */ -- cgit v1.2.3