Move target object files to target subdirectory
[deliverable/binutils-gdb.git] / gdb / frame.h
index c75100274b7673b783dae0b8cccfce482554c376..0ed7a14d032aecee1d05f9d385fde0b5c85cd7cc 100644 (file)
@@ -786,11 +786,11 @@ extern void read_frame_arg (struct symbol *sym, struct frame_info *frame,
 extern void read_frame_local (struct symbol *sym, struct frame_info *frame,
                              struct frame_arg *argp);
 
-extern void info_args_command (char *, int);
+extern void info_args_command (const char *, int);
 
-extern void info_locals_command (char *, int);
+extern void info_locals_command (const 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.026068 seconds and 4 git commands to generate.