Implement lvremove, vgremove, pvremove.
[libguestfs.git] / ocaml / guestfs.mli
index a332f0b..846332c 100644 (file)
@@ -412,3 +412,6 @@ val mount_options : t -> string -> string -> string -> unit
 val mount_vfs : t -> string -> string -> string -> string -> unit
 (** mount a guest disk with mount options and vfstype *)
 
+val debug : t -> string -> string array -> string
+(** debugging and internals *)
+