Fix dependencies in perl so it doesn't always rebuild
[libguestfs.git] / ocaml / guestfs.mli
index 6f77bb9..d93cfdc 100644 (file)
@@ -607,3 +607,24 @@ val e2fsck_f : t -> string -> unit
 val sleep : t -> int -> unit
 (** sleep for some seconds *)
 
+val ntfs_3g_probe : t -> bool -> string -> int
+(** probe NTFS volume *)
+
+val sh : t -> string -> string
+(** run a command via the shell *)
+
+val sh_lines : t -> string -> string array
+(** run a command via the shell returning lines *)
+
+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 *)
+