gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / python / python.c
index bf214fae6e2ddc8a971b80e9dd42d99369d94d14..f7aadb1633c8e0752e22aa4d5caa15425f96caaa 100644 (file)
@@ -1730,8 +1730,9 @@ do_start_initialization ()
 /* See python.h.  */
 cmd_list_element *python_cmd_element = nullptr;
 
+void _initialize_python ();
 void
-_initialize_python (void)
+_initialize_python ()
 {
   add_com ("python-interactive", class_obscure,
           python_interactive_command,
This page took 0.023917 seconds and 4 git commands to generate.