Allow number of loops to be set on command line.
[libguestfs.git] / ocaml / guestfs.mli
index 40d1d2a..21e6eeb 100644 (file)
@@ -187,6 +187,9 @@ val set_busy : t -> unit
 val set_ready : t -> unit
 (** set state to ready *)
 
+val end_busy : t -> unit
+(** leave the busy state *)
+
 val mount : t -> string -> string -> unit
 (** mount a guest disk at a position in the filesystem *)
 
@@ -466,3 +469,12 @@ val ping_daemon : t -> unit
 val equal : t -> string -> string -> bool
 (** test if two files have equal contents *)
 
+val strings : t -> string -> string array
+(** print the printable strings in a file *)
+
+val strings_e : t -> string -> string -> string array
+(** print the printable strings in a file *)
+
+val hexdump : t -> string -> string
+(** dump a file in hexadecimal *)
+