diff options
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 694c598e..cb22e159 100644 --- a/term/term.h +++ b/term/term.h @@ -155,7 +155,7 @@ struct bottomhalf }; const struct bottomhalf *bottom; -extern const struct bottomhalf devio_bottom, ptyio_bottom; +extern const struct bottomhalf devio_bottom, hurdio_bottom, ptyio_bottom; /* Character queues */ |