X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=279ed4d384acfa14b6fb34baa14c135418d12ca2;hp=aaed946fdf8e6e9155972ce2e1650361600f1c5f;hb=5365ebd501850ea10d9a5b28fc6480ea34dbe16d;hpb=f968f6c36fda3bb66cd37cd56de250c29afa7698;ds=sidebyside diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index aaed946..279ed4d 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -274,3 +274,12 @@ 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 *) + +val command : t -> string array -> string +(** run a command from the guest filesystem *) + +val command_lines : t -> string array -> string array +(** run a command, returning lines *) +