* config/tc-m32r.c (md_parse_option): Delete unrecognized option
[deliverable/binutils-gdb.git] / gdb / gdbcmd.h
index 65b3b7a941c422cf6d7f55e7b483c44c8d7161e8..af4fcf6199f9abad3251f6f3dd29c960966f47c2 100644 (file)
@@ -1,19 +1,20 @@
 /* Header file for GDB-specific command-line stuff.
    Copyright 1986, 1989, 1990, 1992 Free Software Foundation, Inc.
 
-This program is free software; you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation; either version 2 of the License, or
-(at your option) any later version.
+   This program is free software; you can redistribute it and/or modify
+   it under the terms of the GNU General Public License as published by
+   the Free Software Foundation; either version 2 of the License, or
+   (at your option) any later version.
 
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-GNU General Public License for more details.
+   This program is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+   GNU General Public License for more details.
 
-You should have received a copy of the GNU General Public License
-along with this program; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
+   You should have received a copy of the GNU General Public License
+   along with this program; if not, write to the Free Software
+   Foundation, Inc., 59 Temple Place - Suite 330,
+   Boston, MA 02111-1307, USA.  */
 
 #if !defined (GDBCMD_H)
 #define GDBCMD_H 1
@@ -105,10 +106,11 @@ execute_command PARAMS ((char *, int));
 enum command_control_type
 execute_control_command PARAMS ((struct command_line *));
 
-void print_command_line PARAMS ((struct command_line *, unsigned int));
+extern void
+print_command_line PARAMS ((struct command_line *, unsigned int, GDB_FILE *));
 
 extern char **noop_completer PARAMS ((char *, char *));
 
 extern char **filename_completer PARAMS ((char *, char *));
 
-#endif /* !defined (GDBCMD_H) */
+#endif /* !defined (GDBCMD_H) */
This page took 0.027226 seconds and 4 git commands to generate.