2004-04-21 Andrew Cagney <cagney@redhat.com>
[deliverable/binutils-gdb.git] / gdb / win32-nat.c
index c37c1a8ef062ba42a413c32dbaa6d1eb61a2211d..2282152ba25c5827a4b658ad7a8b5b5a97ed57d2 100644 (file)
@@ -1215,7 +1215,7 @@ child_continue (DWORD continue_status, int id)
 /* Called in pathological case where Windows fails to send a
    CREATE_PROCESS_DEBUG_EVENT after an attach.  */
 DWORD
-fake_create_process ()
+fake_create_process (void)
 {
   current_process_handle = OpenProcess (PROCESS_ALL_ACCESS, FALSE,
                                        current_event.dwProcessId);
@@ -2427,7 +2427,7 @@ static struct core_fns win32_elf_core_fns =
 void
 _initialize_core_win32 (void)
 {
-  add_core_fns (&win32_elf_core_fns);
+  deprecated_add_core_fns (&win32_elf_core_fns);
 }
 
 void
This page took 0.024396 seconds and 4 git commands to generate.