+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.
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 *);
/* 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;