gdb: add target_ops::supports_displaced_step
[deliverable/binutils-gdb.git] / gdb / gdb-demangle.c
index debe395e931555488482a831171704b896059746..6a664e99bfc476293b6fa681c9802fd137472354 100644 (file)
@@ -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.033567 seconds and 4 git commands to generate.