* cli/cli-cmds.c (apropos_command): Now static.

This commit is contained in:
Tom Tromey 2012-12-18 19:27:35 +00:00
parent da821c7be2
commit c419cfba93
2 changed files with 5 additions and 3 deletions

View 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.

View 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;