summaryrefslogtreecommitdiff
path: root/gdb/event-top.h
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
committerAndrew Cagney <cagney@redhat.com>2003-06-03 20:54:43 +0000
commit1684382a9110efd6523ce304cb99c869053323c8 (patch)
tree40364f6d12e4c278425f9de47c2f4e15c98e8076 /gdb/event-top.h
parent2729fb2483899a9b69e0d73500c79373156f27a7 (diff)
downloadgdb-cvs/cagney_writestrings-20030508-branch.tar.gz
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r--gdb/event-top.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h
index 7e48a6ca190..2609badbd04 100644
--- a/gdb/event-top.h
+++ b/gdb/event-top.h
@@ -81,11 +81,11 @@ extern void display_gdb_prompt (char *new_prompt);
void gdb_setup_readline (void);
void gdb_disable_readline (void);
extern void async_init_signals (void);
-extern void set_async_editing_command (char *args, int from_tty,
+extern void set_async_editing_command (const char *args, int from_tty,
struct cmd_list_element *c);
-extern void set_async_annotation_level (char *args, int from_tty,
+extern void set_async_annotation_level (const char *args, int from_tty,
struct cmd_list_element *c);
-extern void set_async_prompt (char *args, int from_tty,
+extern void set_async_prompt (const char *args, int from_tty,
struct cmd_list_element *c);
/* Signal to catch ^Z typed while reading a command: SIGTSTP or SIGCONT. */