aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2000-05-22 17:17:57 +0000
committerDaniel Stenberg <daniel@haxx.se>2000-05-22 17:17:57 +0000
commit39b1801c63a695c384d2f380586e1e84dd855a6d (patch)
treee01a64eb928385424c89c101b01aa4507853ee28 /lib
parent98e5d82a349b3eb5802ccfc1e0757afd1fec6b84 (diff)
moved here from the newlib branch
Diffstat (limited to 'lib')
-rw-r--r--lib/highlevel.h43
1 files changed, 43 insertions, 0 deletions
diff --git a/lib/highlevel.h b/lib/highlevel.h
new file mode 100644
index 000000000..5f95c7540
--- /dev/null
+++ b/lib/highlevel.h
@@ -0,0 +1,43 @@
+#ifndef __HIGHLEVEL_H
+#define __HIGHLEVEL_H
+/*****************************************************************************
+ * _ _ ____ _
+ * Project ___| | | | _ \| |
+ * / __| | | | |_) | |
+ * | (__| |_| | _ <| |___
+ * \___|\___/|_| \_\_____|
+ *
+ * The contents of this file are subject to the Mozilla Public License
+ * Version 1.0 (the "License"); you may not use this file except in
+ * compliance with the License. You may obtain a copy of the License at
+ * http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS IS"
+ * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
+ * License for the specific language governing rights and limitations
+ * under the License.
+ *
+ * The Original Code is Curl.
+ *
+ * The Initial Developer of the Original Code is Daniel Stenberg.
+ *
+ * Portions created by the Initial Developer are Copyright (C) 1998.
+ * All Rights Reserved.
+ *
+ * ------------------------------------------------------------
+ * Main author:
+ * - Daniel Stenberg <Daniel.Stenberg@haxx.nu>
+ *
+ * http://curl.haxx.nu
+ *
+ * $Source$
+ * $Revision$
+ * $Date$
+ * $Author$
+ * $State$
+ * $Locker$
+ *
+ * ------------------------------------------------------------
+ ****************************************************************************/
+CURLcode curl_transfer(CURL *curl);
+#endif