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