Mercurial > emacs
changeset 83033:3fed8a60d18c
Trivial fixes to shut up some of the compiler warnings.
src/dispextern.h (tty_set_terminal_modes, tty_reset_terminal_modes)
(create_tty_output): Added missing prototypes.
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-73
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Mon, 02 Feb 2004 22:15:35 +0000 |
parents | b8237c556f0e |
children | 759de0673597 |
files | src/dispextern.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/dispextern.h Mon Feb 02 22:09:56 2004 +0000 +++ b/src/dispextern.h Mon Feb 02 22:15:35 2004 +0000 @@ -2801,6 +2801,10 @@ extern void fatal P_ ((/* char *, ... */)); extern void cursor_to P_ ((int, int)); extern int tty_capable_p P_ ((struct tty_display_info *, unsigned, unsigned long, unsigned long)); +extern void tty_set_terminal_modes P_ ((struct display *)); +extern void tty_reset_terminal_modes P_ ((struct display *)); +extern void create_tty_output P_ ((struct frame *)); + /* Defined in scroll.c */