aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2020-05-13 12:55:19 +0200
committerPierre-Marie Pédrot2020-05-13 13:01:28 +0200
commit9e315837fded9763c3d7ca14a8aad0e7af3b4820 (patch)
treede3f1189da6a868ae077c680fb14f2bca09d646c /lib/system.mli
parent3e04d6c024dd03878b0b487cf823f5586d6fd397 (diff)
Centralize the OCaml version-checking function.
We tweak the message a bit.
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/system.mli b/lib/system.mli
index 4a8c35b6ea..1e2f519327 100644
--- a/lib/system.mli
+++ b/lib/system.mli
@@ -88,6 +88,8 @@ val with_magic_number_check : ('a -> 'b) -> 'a -> 'b
val marshal_out : out_channel -> 'a -> unit
val marshal_in : string -> in_channel -> 'a
+val check_caml_version : caml:string -> file:string -> unit
+
(** {6 Time stamps.} *)
type time