Generated code for lvresize, resize2fs.
[libguestfs.git] / ocaml / guestfs.mli
index 5ce9122..d9ce4af 100644 (file)
@@ -508,3 +508,9 @@ val vg_activate_all : t -> bool -> unit
 val vg_activate : t -> bool -> string array -> unit
 (** activate or deactivate some volume groups *)
 
+val lvresize : t -> string -> int -> unit
+(** resize an LVM logical volume *)
+
+val resize2fs : t -> string -> unit
+(** resize an ext2/ext3 filesystem *)
+