Browse Source

cut off 'curl_' from the strerror file names

Daniel Stenberg 20 years ago
parent
commit
e161bdc5be
3 changed files with 1 additions and 1 deletions
  1. 1 1
      lib/Makefile.am
  2. 0 0
      lib/strerror.c
  3. 0 0
      lib/strerror.h

+ 1 - 1
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
 

+ 0 - 0
lib/curl_strerror.c → lib/strerror.c


+ 0 - 0
lib/curl_strerror.h → lib/strerror.h