diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 22:36:27 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-11-30 22:36:27 +0000 |
commit | 48a4cff778f8919f2c93435c322a860f89c8923d (patch) | |
tree | f971568c23fbf47d3415309b31c18ba5e2b75391 /term/term.h | |
parent | 4f177286939c17594eecb77b73c6fd4b9219fc5f (diff) |
(devio_bottom): Fix decl.
Diffstat (limited to 'term/term.h')
-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 433990ea..8e369d3a 100644 --- a/term/term.h +++ b/term/term.h @@ -112,7 +112,7 @@ struct bottomhalf }; struct bottomhalf *bottom; -extern struct bottomhalf *devio_bottom; +extern struct bottomhalf devio_bottom; /* Character queues */ |