run GNU protoize

protect header files
nuke some dead code
regenerate configure script
let silly code die
This commit is contained in:
tg
2004-10-28 11:53:44 +00:00
parent dc7da8ddbf
commit b2de14e57c
46 changed files with 1024 additions and 1991 deletions

7
tty.h
View File

@ -1,6 +1,9 @@
/** $MirBSD: tty.h,v 1.4 2004/10/28 11:11:19 tg Exp $ */
/** $MirBSD: tty.h,v 1.5 2004/10/28 11:53:43 tg Exp $ */
/* $OpenBSD: tty.h,v 1.2 1996/11/21 07:59:36 downsj Exp $ */
#ifndef TTY_H
#define TTY_H
/*
tty.h -- centralized definitions for a variety of terminal interfaces
@ -108,3 +111,5 @@ extern void tty_close(void);
# undef EXTERN
#endif
#undef I__
#endif /* ndef TTY_H */