| Index: gdb/cli/cli-cmds.h
|
| diff --git a/gdb/cli/cli-cmds.h b/gdb/cli/cli-cmds.h
|
| index 4b4e74cc66c2ca85e3249a263a3eaad4a64e078d..2181f87a96bcdf340d9de0b6791259f745bd26de 100644
|
| --- a/gdb/cli/cli-cmds.h
|
| +++ b/gdb/cli/cli-cmds.h
|
| @@ -1,5 +1,5 @@
|
| /* Header file for GDB CLI command implementation library.
|
| - Copyright (c) 2000, 2006-2012 Free Software Foundation, Inc.
|
| + Copyright (C) 2000-2013 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
|
| @@ -45,18 +45,10 @@ extern struct cmd_list_element *detachlist;
|
|
|
| extern struct cmd_list_element *killlist;
|
|
|
| -/* Chain containing all defined toggle subcommands. */
|
| -
|
| -extern struct cmd_list_element *togglelist;
|
| -
|
| /* Chain containing all defined stop subcommands. */
|
|
|
| extern struct cmd_list_element *stoplist;
|
|
|
| -/* Chain containing all defined "enable breakpoint" subcommands. */
|
| -
|
| -extern struct cmd_list_element *enablebreaklist;
|
| -
|
| /* Chain containing all defined set subcommands */
|
|
|
| extern struct cmd_list_element *setlist;
|
| @@ -105,8 +97,6 @@ extern struct cmd_list_element *setchecklist;
|
|
|
| extern struct cmd_list_element *showchecklist;
|
|
|
| -extern struct cmd_list_element *skiplist;
|
| -
|
| /* Exported to gdb/top.c */
|
|
|
| void init_cmd_lists (void);
|
| @@ -123,7 +113,7 @@ extern void cd_command (char *, int);
|
|
|
| extern void quit_command (char *, int);
|
|
|
| -extern void source_script (char *, int);
|
| +extern void source_script (const char *, int);
|
|
|
| /* Exported to objfiles.c. */
|
|
|
|
|