mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPTypes.m


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/networks/fileTP/fileTPTypes.ml
Date: Tue, 26 Jul 2005 19:16:54 -0400

Index: mldonkey/src/networks/fileTP/fileTPTypes.ml
diff -u mldonkey/src/networks/fileTP/fileTPTypes.ml:1.6 
mldonkey/src/networks/fileTP/fileTPTypes.ml:1.7
--- mldonkey/src/networks/fileTP/fileTPTypes.ml:1.6     Mon May  3 08:22:25 2004
+++ mldonkey/src/networks/fileTP/fileTPTypes.ml Tue Jul 26 23:16:48 2005
@@ -21,7 +21,7 @@
 open Md4
 
 open GuiTypes
-  
+
 open CommonTypes
 open CommonDownloads
 
@@ -52,7 +52,7 @@
 
 and download = {
     download_file : file;
-    download_url : Url.url; 
+    download_url : Url.url;
     mutable download_chunks : (int64 * int64) list;
     mutable download_uploader : Int64Swarmer.uploader option;
     mutable download_ranges : (int64 * int64 * Int64Swarmer.range) list;
@@ -61,12 +61,11 @@
 
 and tp_proto = {
     proto_send_range_request : (client -> (int64 * int64) ->
-        TcpBufferedSocket.t -> download -> unit);    
+        TcpBufferedSocket.t -> download -> unit);
     proto_set_sock_handler : (client -> TcpBufferedSocket.t -> unit);
     proto_string : string;
-    proto_check_size : Url.url -> 
+    proto_check_size : Url.url ->
        (int64 -> unit) -> unit;
     proto_connect : TcpBufferedSocket.token ->
       client -> (TcpBufferedSocket.t -> unit) -> TcpBufferedSocket.t;
   }
-  
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]