* win32-nat.c (_initialize_core_win32): Prototype correctly.
This commit is contained in:
parent
a4f685449e
commit
0613c4019c
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue