From eb7c454d737322be2d810e1a5a2dc7b88fd636e6 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sat, 9 Sep 2017 20:57:10 -0600 Subject: Constify not_just_help_class_command gdb/ChangeLog 2017-09-27 Tom Tromey * command.h (not_just_help_class_command): Update. * cli/cli-decode.h (not_just_help_class_command): Update. * cli/cli-decode.c (not_just_help_class_command): Constify. --- gdb/command.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gdb/command.h') diff --git a/gdb/command.h b/gdb/command.h index 3a6c589..b40cd7e 100644 --- a/gdb/command.h +++ b/gdb/command.h @@ -459,7 +459,7 @@ extern scoped_restore_tmpl prevent_dont_repeat (void); function field NULL, the command is interpreted as a help topic, or as a class of commands. */ -extern void not_just_help_class_command (char *, int); +extern void not_just_help_class_command (const char *, int); /* Check function pointer. */ extern int cmd_func_p (struct cmd_list_element *cmd); -- cgit v1.1