From 3b49fbee027bcc92523ba874126c64b558d4220f Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Thu, 30 Nov 1995 22:50:59 +0000 Subject: (bottomhalf): Typo fix. --- term/term.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/term/term.h b/term/term.h index 75d8866b..b0fed424 100644 --- a/term/term.h +++ b/term/term.h @@ -103,7 +103,7 @@ struct bottomhalf void (*set_break) (void); void (*clear_break) (void); void (*abandon_physical_output) (void); - void (*pending_output_size) (void); + int (*pending_output_size) (void); error_t (*assert_dtr) (void); void (*desert_dtr) (void); void (*set_bits) (void); -- cgit v1.2.3