gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / stack.c
index 92784c93396807929265dc2b8fffa920966f24e1..af30405f29ef0be6040f98ff3dc70a9cbf9186c4 100644 (file)
@@ -3339,8 +3339,9 @@ static struct cmd_list_element *select_frame_cmd_list = NULL;
 /* Commands with a prefix of `info frame'.  */
 static struct cmd_list_element *info_frame_cmd_list = NULL;
 
+void _initialize_stack ();
 void
-_initialize_stack (void)
+_initialize_stack ()
 {
   struct cmd_list_element *cmd;
 
This page took 0.036923 seconds and 4 git commands to generate.