X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=4fd05dadacbe6981f9977ecdf7fa3dc7013ac0d8;hp=dfc178426541c56f54ac5da3b857ac6a11809961;hb=24ccbb29ac475187f51a27dcd318db2b4824a0c1;hpb=aef3d2013fee188c9607f35657c45df88503cd64 diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index dfc1784..4fd05da 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -382,3 +382,6 @@ 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 *) +