X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=859774aaf9ee496ae20e3e713e2c043d3621eb2f;hb=refs%2Ftags%2F1.0.48;hp=6f77bb936ade97927edfb312e332d085ef3e5bd1;hpb=b6adf09c4d2cc3f1d0285950c151b1fd7688ec67;p=libguestfs.git diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 6f77bb9..859774a 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -607,3 +607,6 @@ val e2fsck_f : t -> string -> unit val sleep : t -> int -> unit (** sleep for some seconds *) +val ntfs_3g_probe : t -> bool -> string -> int +(** probe NTFS volume *) +