* breakpoint.c (dprintf_command): Now static.
authorTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:27:00 +0000 (19:27 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:27:00 +0000 (19:27 +0000)
gdb/ChangeLog
gdb/breakpoint.c

index 02dc9443f3516b828c6db19c5cd5cc6c65c56855..5e93186ed5eb69440904b07d9764d00a5eaf5a2d 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-12  Tom Tromey  <tromey@redhat.com>
+
+       * breakpoint.c (dprintf_command): Now static.
+
 2012-12-12  Tom Tromey  <tromey@redhat.com>
 
        * Makefile.in (init.c): Declare initialize_all_files;
index c2ce96c9188ba5000977573e0b35ffd9a308af34..40cceee7311e9ed25ea37a743674e7e19b98cd2a 100644 (file)
@@ -9859,14 +9859,12 @@ stopat_command (char *arg, int from_tty)
     break_command_1 (arg, 0, from_tty);
 }
 
-void dprintf_command (char *arg, int from_tty);
-
 /* The dynamic printf command is mostly like a regular breakpoint, but
    with a prewired command list consisting of a single output command,
    built from extra arguments supplied on the dprintf command
    line.  */
 
-void
+static void
 dprintf_command (char *arg, int from_tty)
 {
   create_breakpoint (get_current_arch (),