Constify add_prefix_cmd
[deliverable/binutils-gdb.git] / gdb / top.h
index 99ba010821ade43087e86d10dcfbb4ddc6d591bb..ab21e5e013076d2c7349e9907e723eef65bbb8a3 100644 (file)
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -282,9 +282,9 @@ extern void gdb_add_history (const char *);
 
 extern void show_commands (char *args, int from_tty);
 
-extern void set_history (char *, int);
+extern void set_history (const char *, int);
 
-extern void show_history (char *, int);
+extern void show_history (const char *, int);
 
 extern void set_verbose (char *, int, struct cmd_list_element *);
 
This page took 0.024393 seconds and 4 git commands to generate.