* win32-nat.c (_initialize_core_win32): Prototype correctly.

This commit is contained in:
Christopher Faylor 2001-01-25 22:35:01 +00:00
parent a4f685449e
commit 0613c4019c
3 changed files with 6 additions and 2 deletions

View 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.

View 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);
}

View 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);
}