Generated code for e2fsck-f command.
[libguestfs.git] / ocaml / guestfs.mli
index f758552..e115a79 100644 (file)
@@ -517,3 +517,6 @@ val resize2fs : t -> string -> unit
 val find : t -> string -> string array
 (** find all files and directories *)
 
+val e2fsck_f : t -> string -> unit
+(** check an ext2/ext3 filesystem *)
+