diff options
author | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 13:40:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2004-03-25 13:40:24 +0000 |
commit | e161bdc5bebaf08dbd664202acb04c5e728cbcd6 (patch) | |
tree | e48a89255d1223b0acdda2d856093dded9cb6961 | |
parent | bb3d6e8552f428bd0c2624854403d36ab3cf163d (diff) |
cut off 'curl_' from the strerror file names
-rw-r--r-- | lib/Makefile.am | 2 | ||||
-rw-r--r-- | lib/strerror.c (renamed from lib/curl_strerror.c) | 0 | ||||
-rw-r--r-- | lib/strerror.h (renamed from lib/curl_strerror.h) | 0 |
3 files changed, 1 insertions, 1 deletions
diff --git a/lib/Makefile.am b/lib/Makefile.am index 199f26ca5..1c4777bf0 100644 --- a/lib/Makefile.am +++ b/lib/Makefile.am @@ -75,7 +75,7 @@ libcurl_la_SOURCES = arpa_telnet.h file.c netrc.h timeval.c base64.c \ content_encoding.c content_encoding.h share.c share.h http_digest.c \ md5.c md5.h http_digest.h http_negotiate.c http_negotiate.h \ http_ntlm.c http_ntlm.h ca-bundle.h inet_pton.c inet_pton.h \ - strtoofft.c strtoofft.h curl_strerror.c curl_strerror.h + strtoofft.c strtoofft.h strerror.c strerror.h noinst_HEADERS = setup.h transfer.h diff --git a/lib/curl_strerror.c b/lib/strerror.c index 570759603..570759603 100644 --- a/lib/curl_strerror.c +++ b/lib/strerror.c diff --git a/lib/curl_strerror.h b/lib/strerror.h index 7d687230e..7d687230e 100644 --- a/lib/curl_strerror.h +++ b/lib/strerror.h |