summaryrefslogtreecommitdiff
path: root/lib/strerror.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2004-03-25 13:40:24 +0000
committerDaniel Stenberg <daniel@haxx.se>2004-03-25 13:40:24 +0000
commite161bdc5bebaf08dbd664202acb04c5e728cbcd6 (patch)
treee48a89255d1223b0acdda2d856093dded9cb6961 /lib/strerror.h
parentbb3d6e8552f428bd0c2624854403d36ab3cf163d (diff)
downloadcurl-e161bdc5bebaf08dbd664202acb04c5e728cbcd6.tar.gz
cut off 'curl_' from the strerror file names
Diffstat (limited to 'lib/strerror.h')
-rw-r--r--lib/strerror.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/strerror.h b/lib/strerror.h
new file mode 100644
index 000000000..7d687230e
--- /dev/null
+++ b/lib/strerror.h
@@ -0,0 +1,30 @@
+#ifndef __CURL_STRERROR_H
+#define __CURL_STRERROR_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$
+ ***************************************************************************/
+
+#include "urldata.h"
+
+const char *Curl_strerror (struct connectdata *conn, int err);
+
+#endif