Constify some commands in exec.c, plus symbol_file_command
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 7554245ee3a326c0bd1fd8f230091739c80efef1..5c86e98691828b6674ccec078c4d7790c3ec2948 100644 (file)
@@ -127,7 +127,7 @@ extern void (*deprecated_exec_file_display_hook) (const char *filename);
 /* Hook for "file_command", which is more useful than above
    (because it is invoked AFTER symbols are read, not before).  */
 
-extern void (*deprecated_file_changed_hook) (char *filename);
+extern void (*deprecated_file_changed_hook) (const char *filename);
 
 extern void specify_exec_file_hook (void (*hook) (const char *filename));
 
This page took 0.024281 seconds and 4 git commands to generate.