gdb: add back declarations for _initialize functions
[deliverable/binutils-gdb.git] / gdb / symfile-mem.c
index 6dcd6555eda973c22c3decf6ab9612b97464af7d..a62d0d0c8f471ad8433f4138501a8f1d75f8fa5c 100644 (file)
@@ -203,8 +203,9 @@ add_vsyscall_page (struct target_ops *target, int from_tty)
     }
 }
 
+void _initialize_symfile_mem ();
 void
-_initialize_symfile_mem (void)
+_initialize_symfile_mem ()
 {
   add_cmd ("add-symbol-file-from-memory", class_files,
            add_symbol_file_from_memory_command,
This page took 0.034057 seconds and 4 git commands to generate.