diff options
Diffstat (limited to 'gdb/cp-abi.c')
-rw-r--r-- | gdb/cp-abi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/cp-abi.c b/gdb/cp-abi.c index 3aa9966..43361fc 100644 --- a/gdb/cp-abi.c +++ b/gdb/cp-abi.c @@ -234,6 +234,8 @@ show_cp_abi_cmd (char *args, int from_tty) ui_out_text (uiout, ").\n"); } +extern initialize_file_ftype _initialize_cp_abi; /* -Wmissing-prototypes */ + void _initialize_cp_abi (void) { |