aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Cerrors.mli
diff options
context:
space:
mode:
Diffstat (limited to 'cparser/Cerrors.mli')
-rw-r--r--cparser/Cerrors.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Cerrors.mli b/cparser/Cerrors.mli
index 6d34451b..3e315fad 100644
--- a/cparser/Cerrors.mli
+++ b/cparser/Cerrors.mli
@@ -16,6 +16,7 @@
val warn_error : bool ref
val reset : unit -> unit
exception Abort
+val fatal_error_raw : ('a, out_channel, unit, 'b) format4 -> 'a
val fatal_error : ('a, Format.formatter, unit, unit, unit, 'b) format6 -> 'a
val error : ('a, Format.formatter, unit, unit, unit, unit) format6 -> 'a
val warning : ('a, Format.formatter, unit, unit, unit, unit) format6 -> 'a