Constify core_file_command
[deliverable/binutils-gdb.git] / gdb / gdbcore.h
index 5d4e36e0c13501ee1b4d05990c923c6703a9173b..7554245ee3a326c0bd1fd8f230091739c80efef1 100644 (file)
@@ -141,7 +141,7 @@ extern struct target_ops *core_target;
 
 extern int write_files;
 
-extern void core_file_command (char *filename, int from_tty);
+extern void core_file_command (const char *filename, int from_tty);
 
 extern void exec_file_attach (const char *filename, int from_tty);
 
This page took 0.028926 seconds and 4 git commands to generate.