gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / fbsd-nat.c
index 698d1f0b35e108f961b288108cb38f8f8e298dcb..0e4afb29a009f05be79c9940cf495930cff89bfa 100644 (file)
@@ -1669,8 +1669,9 @@ fbsd_nat_target::set_syscall_catchpoint (int pid, bool needed,
 #endif
 #endif
 
+void _initialize_fbsd_nat ();
 void
-_initialize_fbsd_nat (void)
+_initialize_fbsd_nat ()
 {
 #ifdef PT_LWPINFO
   add_setshow_boolean_cmd ("fbsd-lwp", class_maintenance,
This page took 0.025607 seconds and 4 git commands to generate.