Generated code for 'wc_*' commands.
[libguestfs.git] / ocaml / guestfs.mli
index d93cfdc..4c1ef72 100644 (file)
@@ -628,3 +628,15 @@ val scrub_file : t -> string -> unit
 val scrub_freespace : t -> string -> unit
 (** scrub (securely wipe) free space *)
 
+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 *)
+