Generated code for 'equal' command.
[libguestfs.git] / ocaml / guestfs.mli
index 810c49a..40d1d2a 100644 (file)
@@ -460,3 +460,9 @@ val drop_caches : t -> int -> unit
 val dmesg : t -> string
 (** return kernel messages *)
 
+val ping_daemon : t -> unit
+(** ping the guest daemon *)
+
+val equal : t -> string -> string -> bool
+(** test if two files have equal contents *)
+