diff options
Diffstat (limited to 'src/termhooks.h')
| -rw-r--r-- | src/termhooks.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/termhooks.h b/src/termhooks.h index 824cef60351..f12dbadd197 100644 --- a/src/termhooks.h +++ b/src/termhooks.h | |||
| @@ -595,6 +595,8 @@ extern struct device *device_list; | |||
| 595 | /* Return true if the display device is not suspended. */ | 595 | /* Return true if the display device is not suspended. */ |
| 596 | #define DEVICE_ACTIVE_P(d) ((d)->type != output_termcap || (d)->display_info.tty->input) | 596 | #define DEVICE_ACTIVE_P(d) ((d)->type != output_termcap || (d)->display_info.tty->input) |
| 597 | 597 | ||
| 598 | extern Lisp_Object get_terminal_param P_ ((struct device *, Lisp_Object)); | ||
| 599 | |||
| 598 | extern struct device *create_device P_ ((void)); | 600 | extern struct device *create_device P_ ((void)); |
| 599 | extern void delete_device P_ ((struct device *)); | 601 | extern void delete_device P_ ((struct device *)); |
| 600 | 602 | ||