X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=e3cee18fe8d894a780ebc8c1ddb3489587255e77;hp=aaed946fdf8e6e9155972ce2e1650361600f1c5f;hb=adefe14e308a0f8cf73f9c60693a3dbbded157b9;hpb=42283403886da648bb239177369aa65c0a659255 diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index aaed946..e3cee18 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -274,3 +274,6 @@ val umount_all : t -> unit val lvm_remove_all : t -> unit (** remove all LVM LVs, VGs and PVs *) +val file : t -> string -> string +(** determine file type *) +