Generated code for ping-daemon command.
[libguestfs.git] / ocaml / guestfs.mli
index 2cbd734..125fa97 100644 (file)
@@ -439,3 +439,27 @@ 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 *)
+
+val grub_install : t -> string -> string -> unit
+(** install GRUB *)
+
+val cp : t -> string -> string -> unit
+(** copy a file *)
+
+val cp_a : t -> string -> string -> unit
+(** copy a file or directory recursively *)
+
+val mv : t -> string -> string -> unit
+(** move a file *)
+
+val drop_caches : t -> int -> unit
+(** drop kernel page cache, dentries and inodes *)
+
+val dmesg : t -> string
+(** return kernel messages *)
+
+val ping_daemon : t -> unit
+(** ping the guest daemon *)
+