X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs.ml;h=99d59037a38885b0142556113f6323ff379b8885;hb=01b20efdf43b87981c6b9899122e22ef307ee52f;hp=e4916b07dc8f12fcd5e7bfa8bcf6645eb7b6b8ae;hpb=8c3b820c2b687345448e3d74a7101b07ff32688e;p=libguestfs.git diff --git a/ocaml/guestfs.ml b/ocaml/guestfs.ml index e4916b0..99d5903 100644 --- a/ocaml/guestfs.ml +++ b/ocaml/guestfs.ml @@ -228,3 +228,4 @@ external mv : t -> string -> string -> unit = "ocaml_guestfs_mv" external drop_caches : t -> int -> unit = "ocaml_guestfs_drop_caches" external dmesg : t -> string = "ocaml_guestfs_dmesg" external ping_daemon : t -> unit = "ocaml_guestfs_ping_daemon" +external equal : t -> string -> string -> bool = "ocaml_guestfs_equal"