summaryrefslogtreecommitdiff
path: root/term/term.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1995-11-30 22:36:27 +0000
committerMichael I. Bushnell <mib@gnu.org>1995-11-30 22:36:27 +0000
commit48a4cff778f8919f2c93435c322a860f89c8923d (patch)
treef971568c23fbf47d3415309b31c18ba5e2b75391 /term/term.h
parent4f177286939c17594eecb77b73c6fd4b9219fc5f (diff)
(devio_bottom): Fix decl.
Diffstat (limited to 'term/term.h')
-rw-r--r--term/term.h2
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 */