diff options
Diffstat (limited to 'src/dispextern.h')
| -rw-r--r-- | src/dispextern.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h index 40e41923554..006ceb31a5a 100644 --- a/src/dispextern.h +++ b/src/dispextern.h | |||
| @@ -3374,6 +3374,7 @@ extern int tty_capable_p (struct tty_display_info *, unsigned, unsigned long, un | |||
| 3374 | extern void set_tty_color_mode (struct tty_display_info *, struct frame *); | 3374 | extern void set_tty_color_mode (struct tty_display_info *, struct frame *); |
| 3375 | extern struct terminal *get_named_tty (const char *); | 3375 | extern struct terminal *get_named_tty (const char *); |
| 3376 | EXFUN (Ftty_type, 1); | 3376 | EXFUN (Ftty_type, 1); |
| 3377 | EXFUN (Fcontrolling_tty_p, 1); | ||
| 3377 | extern void create_tty_output (struct frame *); | 3378 | extern void create_tty_output (struct frame *); |
| 3378 | extern struct terminal *init_tty (const char *, const char *, int); | 3379 | extern struct terminal *init_tty (const char *, const char *, int); |
| 3379 | extern void tty_append_glyph (struct it *); | 3380 | extern void tty_append_glyph (struct it *); |