aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqinit.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/coqinit.mli')
-rw-r--r--toplevel/coqinit.mli4
1 files changed, 1 insertions, 3 deletions
diff --git a/toplevel/coqinit.mli b/toplevel/coqinit.mli
index c3fd72754..089847f5d 100644
--- a/toplevel/coqinit.mli
+++ b/toplevel/coqinit.mli
@@ -19,7 +19,5 @@ val push_include : string -> Names.DirPath.t -> bool -> unit
(** [push_include phys_path log_path implicit] *)
val push_ml_include : string -> unit
-
-val init_load_path : load_init:bool -> unit
-
+val init_load_path : load_init:bool -> Mltop.coq_path list
val init_ocaml_path : unit -> unit