gdb: remove uses of iterate_over_inferiors in mi/mi-main.c
[deliverable/binutils-gdb.git] / gdb / sh-nbsd-nat.c
index 873bdba00281a2a11451ea7d7330c30b32775823..47cae00d4f53cd91e5cc9a0c37afa560e8294873 100644 (file)
@@ -96,8 +96,9 @@ sh_nbsd_nat_target::store_registers (struct regcache *regcache, int regno)
     }
 }
 
+void _initialize_shnbsd_nat ();
 void
-_initialize_shnbsd_nat (void)
+_initialize_shnbsd_nat ()
 {
   add_inf_child_target (&the_sh_nbsd_nat_target);
 }
This page took 0.023222 seconds and 4 git commands to generate.