diff options
author | Jeff Law <law@redhat.com> | 1995-08-08 18:01:46 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1995-08-08 18:01:46 +0000 |
commit | 7aaec27bc740ff6c5a1377744ec0faac6edca74a (patch) | |
tree | c9628eb826f8ff242dade86d3936bb9da2864063 /gdb/top.c | |
parent | 842bdf8ce14f946376854c324d66f28b0cfcad76 (diff) | |
download | gdb-7aaec27bc740ff6c5a1377744ec0faac6edca74a.zip gdb-7aaec27bc740ff6c5a1377744ec0faac6edca74a.tar.gz gdb-7aaec27bc740ff6c5a1377744ec0faac6edca74a.tar.bz2 |
* top.c (target_output_hook): Make declaration match the one
in defs.h.
Diffstat (limited to 'gdb/top.c')
-rw-r--r-- | gdb/top.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -381,7 +381,7 @@ void (*fputs_unfiltered_hook) PARAMS ((const char *linebuffer, FILE *stream)); /* Called when the target says something to the host, which may want to appear in a different window. */ -void (*target_output_hook) PARAMS ((void)); +void (*target_output_hook) PARAMS ((unsigned char *)); /* Called from print_frame_info to list the line we stopped in. */ |