diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-02-12 15:14:36 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-02-12 15:14:36 +0000 |
commit | 88fa91b4734013adadbd4e1c44155af5b3f5ef5e (patch) | |
tree | b694f7455defe09d0c851074d535501db42c85c7 /gdb/tui/tuiIO.c | |
parent | 41b22a8ddd1031307c1c02842f93c73ad33bd2e5 (diff) | |
download | binutils-gdb-88fa91b4734013adadbd4e1c44155af5b3f5ef5e.tar.gz |
2003-02-12 Andrew Cagney <ac131313@redhat.com>
* tuiIO.c (tui_prep_terminal): Add one notused parameter.
* tui.c (tui_rl_switch_mode): Add two notused parameters.
(tui_rl_change_windows, tui_rl_next_keymap): Ditto.
(tui_rl_delete_other_windows): Ditto.
(tui_rl_change_windows, tui_rl_delete_other_windows): Update
calls.
Diffstat (limited to 'gdb/tui/tuiIO.c')
-rw-r--r-- | gdb/tui/tuiIO.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tuiIO.c b/gdb/tui/tuiIO.c index b9b373c6646..f53cef39d23 100644 --- a/gdb/tui/tuiIO.c +++ b/gdb/tui/tuiIO.c @@ -262,7 +262,7 @@ tui_redisplay_readline (void) /* Readline callback to prepare the terminal. It is called once each time we enter readline. Terminal is already setup in curses mode. */ static void -tui_prep_terminal (void) +tui_prep_terminal (int notused1) { /* Save the prompt registered in readline to correctly display it. (we can't use gdb_prompt() due to secondary prompts and can't use |