summaryrefslogtreecommitdiffstats
path: root/ocaml/guestfs.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/guestfs.mli')
-rw-r--r--ocaml/guestfs.mli3
1 files changed, 3 insertions, 0 deletions
diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli
index 390b6b9c..39df5045 100644
--- a/ocaml/guestfs.mli
+++ b/ocaml/guestfs.mli
@@ -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 *)
+