aboutsummaryrefslogtreecommitdiff
path: root/lib/multi.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-01-11 15:25:29 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-01-11 15:25:29 +0000
commite3fa7d021e4f37db40229a7c8f93296d4132e4db (patch)
tree1c50c08f7f92b8b08fd0b9b7df8ec8e7c8208dab /lib/multi.h
parenta1813e2b2d6e0e0fd07077ececa00dd3a3a617db (diff)
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.
Diffstat (limited to 'lib/multi.h')
-rw-r--r--lib/multi.h35
1 files changed, 0 insertions, 35 deletions
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, <daniel@haxx.se>, 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 <curl/multi.h> in some compilers
- */
-#include <curl/multi.h>
-
-/*
- * Prototypes for library-wide functions provided by multi.c
- */
-void Curl_multi_rmeasy(void *multi, CURL *data);
-
-#endif /* __MULTI_H */