]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/cli/cli-cmds.c
* cli/cli-cmds.c (apropos_command): Now static.
[thirdparty/binutils-gdb.git] / gdb / cli / cli-cmds.c
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;