* win32-nat.c (_initialize_core_win32): Prototype correctly.
authorChristopher Faylor <me+cygwin@cgf.cx>
Thu, 25 Jan 2001 22:35:01 +0000 (22:35 +0000)
committerChristopher Faylor <me+cygwin@cgf.cx>
Thu, 25 Jan 2001 22:35:01 +0000 (22:35 +0000)
gdb/ChangeLog
gdb/win32-nat.c
gdb/windows-nat.c

index 0c6d524..d003c58 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-25  Christopher Faylor  <cgf@cygnus.com>
+
+       * win32-nat.c (_initialize_core_win32): Prototype correctly.
+
 2001-01-25  Mark Kettenis  <kettenis@gnu.org>
 
        * config/alpha/tm-fbsd.h: Update copyright.
index 10d6bd8..3458988 100644 (file)
@@ -1657,7 +1657,7 @@ static struct core_fns win32_elf_core_fns =
 };
 
 void
-_initialize_core_win32 ()
+_initialize_core_win32 (void)
 {
   add_core_fns (&win32_elf_core_fns);
 }
index 10d6bd8..3458988 100644 (file)
@@ -1657,7 +1657,7 @@ static struct core_fns win32_elf_core_fns =
 };
 
 void
-_initialize_core_win32 ()
+_initialize_core_win32 (void)
 {
   add_core_fns (&win32_elf_core_fns);
 }