aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/dumpglob.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/dumpglob.mli')
-rw-r--r--interp/dumpglob.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/dumpglob.mli b/interp/dumpglob.mli
index 59a695ee6..16fa04ef9 100644
--- a/interp/dumpglob.mli
+++ b/interp/dumpglob.mli
@@ -26,7 +26,7 @@ type coqdoc_state = Lexer.location_table
val coqdoc_freeze : unit -> coqdoc_state
val coqdoc_unfreeze : coqdoc_state -> unit
-val add_glob : Pp.loc -> Libnames.global_reference -> unit
+val add_glob : Pp.loc -> Globnames.global_reference -> unit
val add_glob_kn : Pp.loc -> Names.kernel_name -> unit
val dump_definition : Pp.loc * Names.identifier -> bool -> string -> unit