X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.ml;h=fb4321427062aefa82488d4444e80c4e9c4246f3;hp=cf75d7b9bc3a37358c4328c03f6dcc126c175f50;hb=460d139e6a52da67a4f1947035b1978610349f78;hpb=d1a1ab972bb22f4c38a21fcc73f81650aaa03b4e diff --git a/ocaml/guestfs.ml b/ocaml/guestfs.ml index cf75d7b..fb43214 100644 --- a/ocaml/guestfs.ml +++ b/ocaml/guestfs.ml @@ -275,3 +275,5 @@ external lvresize : t -> string -> int -> unit = "ocaml_guestfs_lvresize" external resize2fs : t -> string -> unit = "ocaml_guestfs_resize2fs" external find : t -> string -> string array = "ocaml_guestfs_find" external e2fsck_f : t -> string -> unit = "ocaml_guestfs_e2fsck_f" +external sleep : t -> int -> unit = "ocaml_guestfs_sleep" +external ntfs_3g_probe : t -> bool -> string -> int = "ocaml_guestfs_ntfs_3g_probe"