summaryrefslogtreecommitdiffstats
path: root/ocaml/guestfs.mli
diff options
context:
space:
mode:
Diffstat (limited to 'ocaml/guestfs.mli')
-rw-r--r--ocaml/guestfs.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli
index d26d5bb0..4c1ef721 100644
--- a/ocaml/guestfs.mli
+++ b/ocaml/guestfs.mli
@@ -631,3 +631,12 @@ val scrub_freespace : t -> string -> unit
val mkdtemp : t -> string -> string
(** create a temporary directory *)
+val wc_l : t -> string -> int
+(** count lines in a file *)
+
+val wc_w : t -> string -> int
+(** count words in a file *)
+
+val wc_c : t -> string -> int
+(** count characters in a file *)
+