gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / gnu-nat.c
index 74a96f1154f52c17aaa3066e4b83a184085b05a4..3b438a9a434635cce204117951f094114c01814e 100644 (file)
@@ -3500,8 +3500,9 @@ to the thread's initial suspend-count when gdb notices the threads."),
           &thread_cmd_list);
 }
 
+void _initialize_gnu_nat ();
 void
-_initialize_gnu_nat (void)
+_initialize_gnu_nat ()
 {
   proc_server = getproc ();
 
This page took 0.026595 seconds and 4 git commands to generate.