gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / infcall.c
index 240644a4eef9cfcc909053c08a6a91dc21adf974..b13c781c9d46b7d4615d2b7cc20b934d1c65f9be 100644 (file)
@@ -1507,8 +1507,9 @@ When the function is done executing, GDB will silently stop."),
   gdb_assert_not_reached ("... should not be here");
 }
 
+void _initialize_infcall ();
 void
-_initialize_infcall (void)
+_initialize_infcall ()
 {
   add_setshow_boolean_cmd ("may-call-functions", no_class,
                           &may_call_functions_p, _("\
This page took 0.024312 seconds and 4 git commands to generate.