summaryrefslogtreecommitdiff
path: root/lib/cWarnings.mli
diff options
context:
space:
mode:
Diffstat (limited to 'lib/cWarnings.mli')
-rw-r--r--lib/cWarnings.mli14
1 files changed, 7 insertions, 7 deletions
diff --git a/lib/cWarnings.mli b/lib/cWarnings.mli
index 3f6cee31..f97a53c4 100644
--- a/lib/cWarnings.mli
+++ b/lib/cWarnings.mli
@@ -1,17 +1,17 @@
(************************************************************************)
-(* v * The Coq Proof Assistant / The Coq Development Team *)
-(* <O___,, * INRIA - CNRS - LIX - LRI - PPS - Copyright 1999-2016 *)
+(* * The Coq Proof Assistant / The Coq Development Team *)
+(* v * INRIA, CNRS and contributors - Copyright 1999-2018 *)
+(* <O___,, * (see CREDITS file for the list of authors) *)
(* \VV/ **************************************************************)
-(* // * This file is distributed under the terms of the *)
-(* * GNU Lesser General Public License Version 2.1 *)
+(* // * This file is distributed under the terms of the *)
+(* * GNU Lesser General Public License Version 2.1 *)
+(* * (see LICENSE file for the text of the license) *)
(************************************************************************)
type status = Disabled | Enabled | AsError
-val set_current_loc : Loc.t -> unit
-
val create : name:string -> category:string -> ?default:status ->
- ('a -> Pp.std_ppcmds) -> ?loc:Loc.t -> 'a -> unit
+ ('a -> Pp.t) -> ?loc:Loc.t -> 'a -> unit
val get_flags : unit -> string
val set_flags : string -> unit