diff options
Diffstat (limited to 'ocaml/guestfs.mli')
-rw-r--r-- | ocaml/guestfs.mli | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ocaml/guestfs.mli b/ocaml/guestfs.mli index 345c7ec6..d93cfdc8 100644 --- a/ocaml/guestfs.mli +++ b/ocaml/guestfs.mli @@ -619,3 +619,12 @@ val sh_lines : t -> string -> string array val glob_expand : t -> string -> string array (** expand a wildcard path *) +val scrub_device : t -> string -> unit +(** scrub (securely wipe) a device *) + +val scrub_file : t -> string -> unit +(** scrub (securely wipe) a file *) + +val scrub_freespace : t -> string -> unit +(** scrub (securely wipe) free space *) + |