aboutsummaryrefslogtreecommitdiff
path: root/toplevel/ccompile.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/ccompile.mli')
-rw-r--r--toplevel/ccompile.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/ccompile.mli b/toplevel/ccompile.mli
index 8c154488d0..eb66dbaafc 100644
--- a/toplevel/ccompile.mli
+++ b/toplevel/ccompile.mli
@@ -17,3 +17,5 @@ val compile_files : Coqargs.t -> Coqcargs.t -> unit
(** [do_vio opts] process [.vio] files in [opts] *)
val do_vio : Coqargs.t -> Coqcargs.t -> unit
+
+val set_options : (Goptions.option_name * Coqargs.option_command) list -> unit