Remove some ui_file_* functions
[deliverable/binutils-gdb.git] / gdb / cp-abi.c
index 6503b4c160bb377447749a42b3dd904f724a2261..6997a7bdbe9be53e0248b9cbb2e380b194137b13 100644 (file)
@@ -1,6 +1,6 @@
 /* Generic code for supporting multiple C++ ABI's
 
-   Copyright (C) 2001-2019 Free Software Foundation, Inc.
+   Copyright (C) 2001-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -391,8 +391,9 @@ show_cp_abi_cmd (const char *args, int from_tty)
   uiout->text (").\n");
 }
 
+void _initialize_cp_abi ();
 void
-_initialize_cp_abi (void)
+_initialize_cp_abi ()
 {
   struct cmd_list_element *c;
 
This page took 0.023761 seconds and 4 git commands to generate.