Generated code for 'du' command.
[libguestfs.git] / ocaml / guestfs.mli
index 390b6b9..39df504 100644 (file)
@@ -658,3 +658,6 @@ val df : t -> string
 val df_h : t -> string
 (** report file system disk space usage (human readable) *)
 
+val du : t -> string -> int64
+(** estimate file space usage *)
+