diff options
Diffstat (limited to 'lib/pp.mli')
| -rw-r--r-- | lib/pp.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/pp.mli b/lib/pp.mli index 7b9d7d6637..a0177d7410 100644 --- a/lib/pp.mli +++ b/lib/pp.mli @@ -80,6 +80,8 @@ val warning_with : Format.formatter -> string -> unit val warn_with : Format.formatter -> std_ppcmds -> unit val pp_flush_with : Format.formatter -> unit -> unit +val set_warning_function : (Format.formatter -> std_ppcmds -> unit) -> unit + (*s Pretty-printing functions \emph{with flush}. *) val msg_with : Format.formatter -> std_ppcmds -> unit |
