From e161bdc5bebaf08dbd664202acb04c5e728cbcd6 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 25 Mar 2004 13:40:24 +0000 Subject: [PATCH] cut off 'curl_' from the strerror file names --- lib/Makefile.am | 2 +- lib/{curl_strerror.c => strerror.c} | 0 lib/{curl_strerror.h => strerror.h} | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename lib/{curl_strerror.c => strerror.c} (100%) rename lib/{curl_strerror.h => strerror.h} (100%) diff --git a/lib/Makefile.am b/lib/Makefile.am index 199f26ca51..1c4777bf00 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 similarity index 100% rename from lib/curl_strerror.c rename to lib/strerror.c diff --git a/lib/curl_strerror.h b/lib/strerror.h similarity index 100% rename from lib/curl_strerror.h rename to lib/strerror.h -- GitLab