Generated code for new guestfs_read_lines API call.
[libguestfs.git] / ocaml / guestfs.mli
index d1970ed..177f09e 100644 (file)
@@ -172,3 +172,6 @@ val vgs_full : t -> lvm_vg array
 val lvs_full : t -> lvm_lv array
 (** list the LVM logical volumes (LVs) *)
 
+val read_lines : t -> string -> string array
+(** read file as lines *)
+