]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/http_getter/http_getter_common.mli
- moved wget, gzip, gunzip, tempfile from Http_getter_common to
[helm.git] / helm / http_getter / http_getter_common.mli
index 63c37ea01da54c5bc918ec7554ad33e951c68a3d..ea321159e1f093a9c77ff6677214a618fcbdc8a4 100644 (file)
@@ -57,8 +57,3 @@ val return_file:
   out_channel ->
     unit
 
-val wget: ?output: string -> string -> unit
-val gzip: ?keep: bool -> string -> unit
-val gunzip: ?keep: bool -> string -> unit
-val tempfile: unit -> string
-