Added 'zero' command to wipe partition tables and superblocks.
[libguestfs.git] / ocaml / guestfs.mli
index 2cbd734..259c8f3 100644 (file)
@@ -439,3 +439,6 @@ val get_e2uuid : t -> string -> string
 val fsck : t -> string -> string -> int
 (** run the filesystem checker *)
 
+val zero : t -> string -> unit
+(** write zeroes to the device *)
+