From 25138074b99e0bb3dbc89018ca40ddcbc3c6a702 Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Fri, 28 Aug 2015 07:01:18 +0600 Subject: Add is_multi function to the reference tree module. This is important for decision is set should add or replace a value. --- src/reference_tree.mli | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/reference_tree.mli') diff --git a/src/reference_tree.mli b/src/reference_tree.mli index 5171203..c24b6f2 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -19,3 +19,5 @@ val default_data : ref_node_data val load_from_xml : t -> string -> t val validate_path : (string, string) Hashtbl.t -> t -> string list -> string list * string option + +val is_multi : t -> string list -> bool -- cgit v1.2.3