gdb/
[deliverable/binutils-gdb.git] / gdb / cli / cli-setshow.h
index cb8d2c5b42da0f6dda228cac62b7f694b75d9d9b..ffe9abddda23b8d2187e54b51352f425be97eefd 100644 (file)
@@ -21,12 +21,10 @@ struct cmd_list_element;
 
 /* Exported to cli/cli-cmds.c and gdb/top.c */
 
-/* Do a "set" or "show" command.  ARG is NULL if no argument, or the
-   text of the argument, and FROM_TTY is nonzero if this command is
-   being entered directly by the user (i.e. these are just like any
-   other command).  C is the command list element for the command.  */
-extern void do_setshow_command (char *arg, int from_tty,
-                               struct cmd_list_element *c);
+extern void do_set_command (char *arg, int from_tty,
+                           struct cmd_list_element *c);
+extern void do_show_command (char *arg, int from_tty,
+                            struct cmd_list_element *c);
 
 /* Exported to cli/cli-cmds.c and gdb/top.c, language.c and valprint.c */
 
This page took 0.041131 seconds and 4 git commands to generate.