aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vi_checking.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vi_checking.mli')
-rw-r--r--toplevel/vi_checking.mli5
1 files changed, 2 insertions, 3 deletions
diff --git a/toplevel/vi_checking.mli b/toplevel/vi_checking.mli
index 21acbe294..65414eda4 100644
--- a/toplevel/vi_checking.mli
+++ b/toplevel/vi_checking.mli
@@ -8,7 +8,6 @@
(* [check_vi tasks file] checks the [tasks] stored in [file] *)
val check_vi : int list * string -> bool
-
-(* [schedule_vi_checking j files] prints [j] command lines to
- * be executed in parallel to check all tasks in [files] *)
val schedule_vi_checking : int -> string list -> unit
+
+val schedule_vi_compilation : int -> string list -> unit