Change how complex types are printed in C
[deliverable/binutils-gdb.git] / gdb / gdb_bfd.c
index c82191ee97b133dc6d1c5d4390a732f85ff1d936..5a6dee2d51a8eb861768bc4aaf0b3b1a36bbc69a 100644 (file)
@@ -962,8 +962,9 @@ maintenance_info_bfds (const char *arg, int from_tty)
   htab_traverse (all_bfds, print_one_bfd, uiout);
 }
 
+void _initialize_gdb_bfd ();
 void
-_initialize_gdb_bfd (void)
+_initialize_gdb_bfd ()
 {
   all_bfds = htab_create_alloc (10, htab_hash_pointer, htab_eq_pointer,
                                NULL, xcalloc, xfree);
This page took 0.046674 seconds and 4 git commands to generate.