aboutsummaryrefslogtreecommitdiff
path: root/lib/easyif.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/easyif.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/easyif.h')
-rw-r--r--lib/easyif.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/lib/easyif.h b/lib/easyif.h
new file mode 100644
index 000000000..f901ab595
--- /dev/null
+++ b/lib/easyif.h
@@ -0,0 +1,31 @@
+#ifndef __EASYIF_H
+#define __EASYIF_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$
+ ***************************************************************************/
+
+/*
+ * Prototypes for library-wide functions provided by easy.c
+ */
+void Curl_easy_addmulti(struct SessionHandle *data, void *multi);
+
+#endif /* __EASYIF_H */