X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=345c7ec6c8cd4e9a66cb137053fb8716fbb50bd5;hb=394c8bec21d47b74567a4148fdbf87318c301441;hp=6f77bb936ade97927edfb312e332d085ef3e5bd1;hpb=b6adf09c4d2cc3f1d0285950c151b1fd7688ec67;p=libguestfs.git diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 6f77bb9..345c7ec 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -607,3 +607,15 @@ 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 *) + +val sh : t -> string -> string +(** run a command via the shell *) + +val sh_lines : t -> string -> string array +(** run a command via the shell returning lines *) + +val glob_expand : t -> string -> string array +(** expand a wildcard path *) +