diff options
Diffstat (limited to 'usr.bin/mg/tty.c')
-rw-r--r-- | usr.bin/mg/tty.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/mg/tty.c b/usr.bin/mg/tty.c index 407751d5bad..e9861cce2e5 100644 --- a/usr.bin/mg/tty.c +++ b/usr.bin/mg/tty.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty.c,v 1.19 2002/08/28 19:48:29 art Exp $ */ +/* $OpenBSD: tty.c,v 1.20 2003/06/10 22:20:48 deraadt Exp $ */ /* * Terminfo display driver @@ -220,7 +220,7 @@ tteeop(void) * Make a noise. */ void -ttbeep() +ttbeep(void) { putpad(bell, 1); ttflush(); @@ -360,7 +360,7 @@ ttwindow(top, bot) * your terminal size. */ void -ttnowindow() +ttnowindow(void) { if (change_scroll_region) { putpad(tgoto(change_scroll_region, |