X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=config.mli;h=d83b6737037cad3416a030359425218f2f53e36b;hb=refs%2Ftags%2F0.1.7;hp=7bfc6235c2de26cc7f4aaa9033b93110622cc4b5;hpb=b1f139b00447a99e84b6801154371ba7cc094ede;p=guestfs-browser.git diff --git a/config.mli b/config.mli index 7bfc623..d83b673 100644 --- a/config.mli +++ b/config.mli @@ -25,3 +25,9 @@ val package : string (** The package name. *) val version : string (** The version number as a string. *) + +val hivexregedit : string option + (** External hivexregedit program, or None if not available. *) + +val opener : string option + (** External program for viewing files, or None if not available. *)