Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / solib.c
index 7eea732d61574cc9bb08b5da82c19d74011ae65e..ba388d77e8d00c1def086f9b59ae33d6d9821a0a 100644 (file)
@@ -1,6 +1,6 @@
 /* Handle shared libraries for GDB, the GNU Debugger.
 
-   Copyright (C) 1990-2019 Free Software Foundation, Inc.
+   Copyright (C) 1990-2020 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -1569,8 +1569,9 @@ remove_user_added_objfile (struct objfile *objfile)
     }
 }
 
+void _initialize_solib ();
 void
-_initialize_solib (void)
+_initialize_solib ()
 {
   solib_data = gdbarch_data_register_pre_init (solib_init);
 
This page took 0.026124 seconds and 4 git commands to generate.