Updated documentation, prepare for 1.0.5 release.
[libguestfs.git] / ocaml / guestfs.mli
index dfc1784..629e443 100644 (file)
@@ -382,3 +382,18 @@ val upload : t -> string -> string -> unit
 val download : t -> string -> string -> unit
 (** download a file to the local machine *)
 
+val checksum : t -> string -> string -> string
+(** compute MD5, SHAx or CRC checksum of file *)
+
+val tar_in : t -> string -> string -> unit
+(** unpack tarfile to directory *)
+
+val tar_out : t -> string -> string -> unit
+(** pack directory into tarfile *)
+
+val tgz_in : t -> string -> string -> unit
+(** unpack compressed tarball to directory *)
+
+val tgz_out : t -> string -> string -> unit
+(** pack directory into compressed tarball *)
+