]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cut off 'curl_' from the strerror file names
authorDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2004 13:40:24 +0000 (13:40 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 25 Mar 2004 13:40:24 +0000 (13:40 +0000)
lib/Makefile.am
lib/strerror.c [moved from lib/curl_strerror.c with 100% similarity]
lib/strerror.h [moved from lib/curl_strerror.h with 100% similarity]

index 199f26ca5167f8ee68399774ae9130b51c08d03a..1c4777bf009297e2320e29fa30f3b3e1e1ebca5f 100644 (file)
@@ -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
 
similarity index 100%
rename from lib/curl_strerror.c
rename to lib/strerror.c
similarity index 100%
rename from lib/curl_strerror.h
rename to lib/strerror.h