Generated code for drop-caches command.
[libguestfs.git] / ocaml / guestfs.mli
index 259c8f3..5baf995 100644 (file)
@@ -442,3 +442,18 @@ val fsck : t -> string -> string -> int
 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 *)
+