gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / compile / compile-cplus-types.c
index c6d2b294ab202bdd40939f4ff82554c79257caa0..a179bd6fe527015c0b6cdd9999cae68196cc08c2 100644 (file)
@@ -1,6 +1,6 @@
 /* Convert types from GDB to GCC
 
-   Copyright (C) 2014-2019 Free Software Foundation, Inc.
+   Copyright (C) 2014-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1404,6 +1404,7 @@ gcc_cp_plugin::pop_binding_level (const char *debug_name)
   return pop_binding_level ();
 }
 
+void _initialize_compile_cplus_types ();
 void
 _initialize_compile_cplus_types ()
 {
This page took 0.027446 seconds and 4 git commands to generate.