Remove guestfs-browser.spec since the package is now in Fedora.
[guestfs-browser.git] / utils.mli
index 92e2bb6..c74a413 100644 (file)
--- a/utils.mli
+++ b/utils.mli
@@ -121,3 +121,10 @@ val windows_string_to_utf8 : string -> string
 
       This may fail in multiple ways, raising a Camomile exception
       which you probably need to catch. *)
+
+val printable_hivex_value : ?split_long_lines:bool -> Hivex.hive_type -> string -> string
+  (** [printable_hivex_value t v] converts raw registry value
+      [v] of type [t] to a printable string. *)
+
+val local_file_exists : string -> bool
+  (** Returns true if the (local) file exists. *)