xref: /original-bsd/bin/stty/extern.h (revision ba762ddc)
1 /*-
2  * Copyright (c) 1991 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)extern.h	5.1 (Berkeley) 05/02/91
8  */
9 
10 void checkredirect __P((void));
11 void err __P((const char *, ...));
12 void gprint __P((struct termios *, struct winsize *, int));
13 void gread __P((struct termios *, char *));
14 void optlist __P((void));
15 void print __P((struct termios *, struct winsize *, int, enum FMT));
16 void warn __P((const char *, ...));
17