X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=utils.mli;h=c74a41349f10038cf818800825f5c6c6012c41e2;hb=cdb700d6fdbd2fd63b906eb72e8fe760d579f926;hp=92e2bb6bccb42595cf29a480be2521bae6eee482;hpb=3ab788383673a8300925a7de6113ef3962378a15;p=guestfs-browser.git diff --git a/utils.mli b/utils.mli index 92e2bb6..c74a413 100644 --- 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. *)