]> granicus.if.org Git - curl/commitdiff
Transfer and file renaming
authorDaniel Stenberg <daniel@haxx.se>
Wed, 17 Jan 2001 14:17:26 +0000 (14:17 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 17 Jan 2001 14:17:26 +0000 (14:17 +0000)
CHANGES

diff --git a/CHANGES b/CHANGES
index d59ad8bc19572d711ab209e5b99cf9cc110d7996..f5316724945765a8841c725d342396cbbb256f02 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,12 @@
 
                                History of Changes
 
+Daniel (17 January 2001)
+- Made the two former files lib/download.c and lib/highlevel.c become the new
+  lib/transfer.c which makes more sense. I also did the rename from Transfer()
+  to Curl_Transfer() in the other source files that use the transfer function
+  in the spirit of using Curl_ prefix for library-scoped global symbols.
+
 Daniel (11 January 2001)
 - Added -g/--globoff that switches OFF the URL globbing and thus enables {}[]
   letters to be part of the URL. Do note that RFC2396 section 2.4.3 explicitly