xref: /original-bsd/bin/stty/extern.h (revision e59fb703)
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.4 (Berkeley) 06/10/91
8  */
9 
10 __BEGIN_DECLS
11 int	c_cchars __P((const void *, const void *));
12 int	c_modes __P((const void *, const void *));
13 int	csearch __P((char ***, struct info *));
14 void	checkredirect __P((void));
15 void	err __P((const char *, ...));
16 void	gprint __P((struct termios *, struct winsize *, int));
17 void	gread __P((struct termios *, char *));
18 int	ksearch __P((char ***, struct info *));
19 int	msearch __P((char ***, struct info *));
20 void	optlist __P((void));
21 void	print __P((struct termios *, struct winsize *, int, enum FMT));
22 void	warn __P((const char *, ...));
23 __END_DECLS
24 
25 extern struct cchar cchars1[], cchars2[];
26 extern char *usage;
27