Generated code for tune2fs-l command and RHashtable return type.
[libguestfs.git] / ocaml / guestfs.mli
index 3062968..e6f5231 100644 (file)
@@ -322,3 +322,6 @@ val lstat : t -> string -> stat
 val statvfs : t -> string -> statvfs
 (** get file system statistics *)
 
+val tune2fs_l : t -> string -> (string * string) list
+(** get ext2/ext3 superblock details *)
+