2008-02-21 Pedro Alves <pedro@codesorcery.com>
[deliverable/binutils-gdb.git] / gdb / python / python.c
index 4f97416f2afb2e572223895f201db3ada2411ece..b3a27d6ed9c3a5522958ffbc0b6c3c64bd649260 100644 (file)
@@ -355,6 +355,9 @@ show_python (char *args, int from_tty)
 
 /* Initialize the Python code.  */
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_python;
+
 void
 _initialize_python (void)
 {
This page took 0.028151 seconds and 4 git commands to generate.