summaryrefslogtreecommitdiff
path: root/src/reference_tree.mli
diff options
context:
space:
mode:
Diffstat (limited to 'src/reference_tree.mli')
-rw-r--r--src/reference_tree.mli4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 964380e..a8d4efa 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -40,7 +40,9 @@ val load_from_xml : t -> string -> t
val find_xml_child : string -> Xml_light_types.xml -> Xml_light_types.xml option
-val validate_path : string -> t -> string list -> string list * string option
+val validate_path : string -> t -> string list -> unit
+
+val split_path : t -> string list -> string list * string option
val is_multi : t -> string list -> bool