summaryrefslogtreecommitdiff
path: root/gdb/corefile.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r--gdb/corefile.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c
index 498628c5af6..3b9f8c76052 100644
--- a/gdb/corefile.c
+++ b/gdb/corefile.c
@@ -478,8 +478,9 @@ set_gnutarget (const char *newtarget)
set_gnutarget_command (NULL, 0, NULL);
}
+void _initialize_core ();
void
-_initialize_core (void)
+_initialize_core ()
{
struct cmd_list_element *c;