Generated changes to perl XS bindings.
[libguestfs.git] / ocaml / guestfs.mli
index 1ce1cab..279ed4d 100644 (file)
@@ -260,7 +260,7 @@ val sfdisk : t -> string -> int -> int -> int -> string array -> unit
 (** create partitions on a block device *)
 
 val write_file : t -> string -> string -> int -> unit
-(** Create a file *)
+(** create a file *)
 
 val umount : t -> string -> unit
 (** unmount a filesystem *)
@@ -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 *)
+