summaryrefslogtreecommitdiff
path: root/lib/curl_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/curl_strerror.h
parentbb3d6e8552f428bd0c2624854403d36ab3cf163d (diff)
downloadcurl-e161bdc5bebaf08dbd664202acb04c5e728cbcd6.tar.gz
cut off 'curl_' from the strerror file names
Diffstat (limited to 'lib/curl_strerror.h')
-rw-r--r--lib/curl_strerror.h30
1 files changed, 0 insertions, 30 deletions
diff --git a/lib/curl_strerror.h b/lib/curl_strerror.h
deleted file mode 100644
index 7d687230e..000000000
--- a/lib/curl_strerror.h
+++ /dev/null
@@ -1,30 +0,0 @@
-#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