diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-05-25 18:09:09 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-05-25 18:09:09 +0000 |
commit | 392a587b0562bfd8561bc15ad2625a4f49f461f0 (patch) | |
tree | 933e0970b7845c901c7ea3e128fa9cb0dcf9fe14 /gdb/corefile.c | |
parent | 751d21b5b946a4a451552fbac692b14abea3d816 (diff) | |
download | binutils-gdb-392a587b0562bfd8561bc15ad2625a4f49f461f0.tar.gz |
import gdb-1999-05-25 snapshot
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. |