Basic inspection data.
[guestfs-browser.git] / filetree_markup.mli
index de4cfb4..bbd75cb 100644 (file)
@@ -25,7 +25,7 @@
 
 (**/**)
 
-val markup_of_name : ?visited:bool -> Slave.direntry -> string
+val markup_of_name : ?visited:bool -> Slave_types.direntry -> string
   (* Create markup for filenames. *)
 
 val markup_of_date : int64 -> string
@@ -48,6 +48,3 @@ val markup_of_regvaluetype : Hivex.t -> Hivex.value -> string
 
 val markup_of_regvaluesize : Hivex.t -> Hivex.value -> string
   (* Create markup for registry value sizes. *)
-
-val set_visited : Filetree_type.t -> Gtk.tree_iter -> unit
-  (* Set a file as visited. *)