aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernac.mli')
-rw-r--r--toplevel/vernac.mli4
1 files changed, 4 insertions, 0 deletions
diff --git a/toplevel/vernac.mli b/toplevel/vernac.mli
index 37279a2d5..c0f8f44f5 100644
--- a/toplevel/vernac.mli
+++ b/toplevel/vernac.mli
@@ -25,6 +25,10 @@ exception End_of_input
val just_parsing : bool ref
val raw_do_vernac : Pcoq.Gram.parsable -> unit
+(* Set XML hooks *)
+val set_xml_start_library : (unit -> unit) -> unit
+val set_xml_end_library : (unit -> unit) -> unit
+
(* Load a vernac file, verbosely or not. Errors are annotated with file
and location *)