diff options
Diffstat (limited to 'ocaml/guestfs.ml')
-rw-r--r-- | ocaml/guestfs.ml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ocaml/guestfs.ml b/ocaml/guestfs.ml index 09b12b1c..337555c9 100644 --- a/ocaml/guestfs.ml +++ b/ocaml/guestfs.ml @@ -201,3 +201,4 @@ external blockdev_flushbufs : t -> string -> unit = "ocaml_guestfs_blockdev_flus external blockdev_rereadpt : t -> string -> unit = "ocaml_guestfs_blockdev_rereadpt" external upload : t -> string -> string -> unit = "ocaml_guestfs_upload" external download : t -> string -> string -> unit = "ocaml_guestfs_download" +external checksum : t -> string -> string -> string = "ocaml_guestfs_checksum" |