* cli/cli-cmds.c (apropos_command): Now static.
authorTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:27:35 +0000 (19:27 +0000)
committerTom Tromey <tromey@redhat.com>
Tue, 18 Dec 2012 19:27:35 +0000 (19:27 +0000)
gdb/ChangeLog
gdb/cli/cli-cmds.c

index 5e93186ed5eb69440904b07d9764d00a5eaf5a2d..c965eeacc49f6c9f279f49e91db9b974c059c30a 100644 (file)
@@ -1,3 +1,7 @@
+2012-12-12  Tom Tromey  <tromey@redhat.com>
+
+       * cli/cli-cmds.c (apropos_command): Now static.
+
 2012-12-12  Tom Tromey  <tromey@redhat.com>
 
        * breakpoint.c (dprintf_command): Now static.
index e0dc1459f4baef90179e8b789ba9ad3c0aa52f9f..847733989f74a1aa3add93c8df4533058b90543b 100644 (file)
@@ -86,8 +86,6 @@ static void edit_command (char *, int);
 
 static void list_command (char *, int);
 
-void apropos_command (char *, int);
-
 /* Prototypes for local utility functions */
 
 static void ambiguous_line_spec (struct symtabs_and_lines *);
@@ -1250,7 +1248,7 @@ show_user (char *args, int from_tty)
 /* Search through names of commands and documentations for a certain
    regular expression.  */
 
-void 
+static void 
 apropos_command (char *searchstr, int from_tty)
 {
   regex_t pattern;
This page took 0.029961 seconds and 4 git commands to generate.