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.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/reference_tree.mli b/src/reference_tree.mli
index 701adf0..5171203 100644
--- a/src/reference_tree.mli
+++ b/src/reference_tree.mli
@@ -7,6 +7,7 @@ type ref_node_data = {
multi: bool;
valueless: bool;
owner: string option;
+ keep_order: bool;
}
exception Validation_error of string