The unified diff between revisions [f9bf0ab9..] and [23b40306..] is displayed below. It can also be downloaded as a raw diff.

This diff has been restricted to the following files: 'database.mli'

#
#
# patch "database.mli"
#  from [587a34962c95fe2a1837b5df23e38a1c8acc3cbd]
#    to [0f26f7c44b6aad6c24d2ac7809d6ac8868bcbbaa]
#
============================================================
--- database.mli	587a34962c95fe2a1837b5df23e38a1c8acc3cbd
+++ database.mli	0f26f7c44b6aad6c24d2ac7809d6ac8868bcbbaa
@@ -2,6 +2,8 @@ type t

 type t

+val kind : [`DIRECTORY | `FILE]
+
 (** Any of these function can raise Viz_types.Error *)

 val open_db    : string -> t