Constify add_com
[deliverable/binutils-gdb.git] / gdb / frame.h
index c75100274b7673b783dae0b8cccfce482554c376..7c24c3ac3c03c13cea61734f24789d24b36b28b3 100644 (file)
@@ -790,7 +790,7 @@ extern void info_args_command (char *, int);
 
 extern void info_locals_command (char *, int);
 
-extern void return_command (char *, int);
+extern void return_command (const char *, int);
 
 /* Set FRAME's unwinder temporarily, so that we can call a sniffer.
    If sniffing fails, the caller should be sure to call
This page took 0.02418 seconds and 4 git commands to generate.