diff options
Diffstat (limited to 'gdb/corefile.c')
-rw-r--r-- | gdb/corefile.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/corefile.c b/gdb/corefile.c index 6a0bea4f944..b720b50323a 100644 --- a/gdb/corefile.c +++ b/gdb/corefile.c @@ -39,6 +39,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ /* Local function declarations. */ +extern void _initialize_core PARAMS ((void)); static void call_extra_exec_file_hooks PARAMS ((char *filename)); /* You can have any number of hooks for `exec_file_command' command to call. |