gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / m68k-bsd-nat.c
index 562505be045a1b074a549c3b2feb986c973ca30f..184b5c25d724723a046bb9c8c2742eaa4f1f96d8 100644 (file)
@@ -221,8 +221,9 @@ m68kbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
   return 1;
 }
 
+void _initialize_m68kbsd_nat ();
 void
-_initialize_m68kbsd_nat (void)
+_initialize_m68kbsd_nat ()
 {
   add_inf_child_target (&the_m68k_bsd_nat_target);
 
This page took 0.024223 seconds and 4 git commands to generate.