date and time created 91/05/12 22:30:02 by william
[unix-history] / usr / src / bin / stty / extern.h
CommitLineData
ca280b28
KB
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) %G%
8 */
9
10void checkredirect __P((void));
11void err __P((const char *, ...));
12void gprint __P((struct termios *, struct winsize *, int));
13void gread __P((struct termios *, char *));
14void optlist __P((void));
15void print __P((struct termios *, struct winsize *, int, enum FMT));
16void warn __P((const char *, ...));