From f2b20137711c8d6f2e468595d484b1e8ba3b1efd Mon Sep 17 00:00:00 2001 From: Phil Summers Date: Thu, 22 Dec 2016 01:20:08 +0000 Subject: T226: Add secret and hidden properties to the reference tree. --- src/reference_tree.mli | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/reference_tree.mli') diff --git a/src/reference_tree.mli b/src/reference_tree.mli index f0d7807..3bbfc4b 100644 --- a/src/reference_tree.mli +++ b/src/reference_tree.mli @@ -10,6 +10,8 @@ type ref_node_data = { valueless: bool; owner: string option; keep_order: bool; + hidden: bool; + secret: bool; } exception Validation_error of string @@ -23,3 +25,7 @@ val load_from_xml : t -> string -> t val validate_path : string -> t -> string list -> string list * string option val is_multi : t -> string list -> bool + +val is_hidden : t -> string list -> bool + +val is_secret : t -> string list -> bool -- cgit v1.2.3