summaryrefslogtreecommitdiff
path: root/src/vytree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/vytree.mli')
-rw-r--r--src/vytree.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/vytree.mli b/src/vytree.mli
index 8224fdd..2ce7a36 100644
--- a/src/vytree.mli
+++ b/src/vytree.mli
@@ -25,3 +25,5 @@ val update : 'a t -> string list -> 'a -> 'a t
val list_children : 'a t -> string list
val get : 'a t -> string list -> 'a t
+
+val get_existent_path : 'a t -> string list -> string list