gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / symfile-debug.c
index f233b963062f7db8a62112684444ec4b8099fe96..53a77a5405dcd09d2e01d47276d902b5f4220a46 100644 (file)
@@ -645,8 +645,9 @@ show_debug_symfile (struct ui_file *file, int from_tty,
   fprintf_filtered (file, _("Symfile debugging is %s.\n"), value);
 }
 
+void _initialize_symfile_debug ();
 void
-_initialize_symfile_debug (void)
+_initialize_symfile_debug ()
 {
   add_setshow_boolean_cmd ("symfile", no_class, &debug_symfile, _("\
 Set debugging of the symfile functions."), _("\
This page took 0.031551 seconds and 4 git commands to generate.