Constify execute_command
[deliverable/binutils-gdb.git] / gdb / top.h
index 65d1f08cedbbafd083c4e369a69331358281a1ad..26fe87842f9c56f6209a500bc6fe51b80f8e8e4a 100644 (file)
--- a/gdb/top.h
+++ b/gdb/top.h
@@ -232,7 +232,7 @@ extern int quit_confirm (void);
 extern void quit_force (int *, int);
 extern void quit_command (const char *, int);
 extern void quit_cover (void);
-extern void execute_command (char *, int);
+extern void execute_command (const char *, int);
 
 /* If the interpreter is in sync mode (we're running a user command's
    list, running command hooks or similars), and we just ran a
This page took 0.024347 seconds and 4 git commands to generate.