Safety commit before clean-up
[SXSI/xpathcomp.git] / tag.mli
diff --git a/tag.mli b/tag.mli
index bc3ee55..75cd362 100644 (file)
--- a/tag.mli
+++ b/tag.mli
@@ -6,6 +6,10 @@ val document_node : t
 val attribute : t
 val pcdata : t
 val attribute_data : t
+val document_node_close : t
+val attribute_close : t
+val pcdata_close : t
+val attribute_data_close : t
 
 
 val init : pool -> unit
@@ -13,7 +17,7 @@ val to_string : t -> string
 val compare : t -> t -> int
 val equal : t -> t -> bool
 val nullt : t
-
+val dummy : t
 val dump : Format.formatter -> t -> unit
 val check : t -> unit (* Check internal invariants *)