X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.ml;h=fb4321427062aefa82488d4444e80c4e9c4246f3;hp=7df33080be8db7ad212f79ab0f8626d841118fc9;hb=460d139e6a52da67a4f1947035b1978610349f78;hpb=3de234656bc61a2d35b0f1a9ccb1e6ef7535166b diff --git a/ocaml/guestfs.ml b/ocaml/guestfs.ml index 7df3308..fb43214 100644 --- a/ocaml/guestfs.ml +++ b/ocaml/guestfs.ml @@ -276,3 +276,4 @@ 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"