diff options
Diffstat (limited to 'gdb/utils.h')
-rw-r--r-- | gdb/utils.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/utils.h b/gdb/utils.h index c1ac854..7e20285 100644 --- a/gdb/utils.h +++ b/gdb/utils.h @@ -224,9 +224,9 @@ extern void set_screen_width_and_height (int width, int height); extern void gdb_puts (const char *, struct ui_file *); -extern int gdb_putc (int c, struct ui_file *); +extern void gdb_putc (int c, struct ui_file *); -extern int gdb_putc (int c); +extern void gdb_putc (int c); extern void gdb_puts (const char *); |