X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=ocaml%2Fguestfs.mli;h=279ed4d384acfa14b6fb34baa14c135418d12ca2;hb=98a43eba2fe2b18f5042138556c6beede0277223;hp=e3cee18fe8d894a780ebc8c1ddb3489587255e77;hpb=adefe14e308a0f8cf73f9c60693a3dbbded157b9;p=libguestfs.git diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index e3cee18..279ed4d 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -277,3 +277,9 @@ val lvm_remove_all : t -> unit 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 *) +