aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernac.mli
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-03-26 16:33:31 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2004-03-26 16:33:31 +0000
commit765e82160fb2c40fe3f51cae75d73f80077398f8 (patch)
tree02e3f69ca6fe0a4b81a325ed7f9c226913c041a9 /toplevel/vernac.mli
parent3872ef4c58748fe5fa7f944fd7d787536b0504eb (diff)
Ajout entree pour exporter les debuts et fins de compilation en mode -xml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5575 85f007b7-540e-0410-9357-904b9bb8a0f7
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 *)