diff options
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r-- | gdb/dbxread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c index f752130..e61bef9 100644 --- a/gdb/dbxread.c +++ b/gdb/dbxread.c @@ -261,6 +261,8 @@ static int bincls_allocated; /* Local function prototypes */ +extern void _initialize_dbxread PARAMS ((void)); + static void process_now PARAMS ((struct objfile *)); |