gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / vax-bsd-nat.c
index 0fe8fbc09be0fbfc36f4fa60c7df9b65bca0d60c..899f3e3ed9cedb79d352d25024b9c3ee10784c24 100644 (file)
@@ -132,8 +132,9 @@ vaxbsd_supply_pcb (struct regcache *regcache, struct pcb *pcb)
   return 1;
 }
 
+void _initialize_vaxbsd_nat ();
 void
-_initialize_vaxbsd_nat (void)
+_initialize_vaxbsd_nat ()
 {
   add_inf_child_target (&the_vax_bsd_nat_target);
 
This page took 0.024769 seconds and 4 git commands to generate.