Fix up some formatting.
[deliverable/binutils-gdb.git] / gdb / reverse.c
index a37d1e3a1c0ccbf27951c7e450d4367cec294c1d..bbd3a6091841db15169a14dd3ee629dc512923f9 100644 (file)
@@ -1,6 +1,6 @@
 /* Reverse execution and reverse debugging.
 
-   Copyright (C) 2006, 2007, 2008 Free Software Foundation, Inc.
+   Copyright (C) 2006, 2007, 2008, 2009 Free Software Foundation, Inc.
 
    This file is part of GDB.
 
@@ -103,6 +103,9 @@ reverse_finish (char *args, int from_tty)
   exec_reverse_once ("finish", args, from_tty);
 }
 
+/* Provide a prototype to silence -Wmissing-prototypes.  */
+extern initialize_file_ftype _initialize_reverse;
+
 void
 _initialize_reverse (void)
 {
This page took 0.022837 seconds and 4 git commands to generate.