[gdbserver] Fix Wlto-type-mismatch for debug_agent
[deliverable/binutils-gdb.git] / gdb / gdb-demangle.c
index 2ed64d4e5b3caccac7801811fd572f73367e05af..6a664e99bfc476293b6fa681c9802fd137472354 100644 (file)
@@ -1,6 +1,6 @@
 /* Basic C++ demangling support for GDB.
 
-   Copyright (C) 1991-2019 Free Software Foundation, Inc.
+   Copyright (C) 1991-2020 Free Software Foundation, Inc.
 
    Written by Fred Fish at Cygnus Support.
 
@@ -212,8 +212,9 @@ demangle_command (const char *args, int from_tty)
     error (_("Can't demangle \"%s\""), name);
 }
 
+void _initialize_gdb_demangle ();
 void
-_initialize_gdb_demangle (void)
+_initialize_gdb_demangle ()
 {
   int i, ndems;
 
This page took 0.023653 seconds and 4 git commands to generate.