diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 22:50:59 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 22:50:59 +0000 |
commit | 3b49fbee027bcc92523ba874126c64b558d4220f (patch) | |
tree | 321d80e6ac43cf01352bfbb6f17cdcf52f0a8e00 | |
parent | 37e812b1d75f530b9f13173c47478ae14b0edcba (diff) |
(bottomhalf): Typo fix.
-rw-r--r-- | term/term.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |