xref: /csrg-svn/libexec/getty/extern.h (revision 61429)
160092Sbostic /*
2*61429Sbostic  * Copyright (c) 1993
3*61429Sbostic  *	The Regents of the University of California.  All rights reserved.
460092Sbostic  *
560092Sbostic  * %sccs.include.redist.c%
660092Sbostic  *
7*61429Sbostic  *	@(#)extern.h	8.1 (Berkeley) 06/04/93
860092Sbostic  */
960092Sbostic 
1060092Sbostic struct delayval;
1160092Sbostic 
1260092Sbostic int	 adelay __P((int, struct delayval *));
1360092Sbostic char	*autobaud __P((void));
1460092Sbostic int	 delaybits __P((void));
1560092Sbostic void	 edithost __P((char *));
1660092Sbostic void	 gendefaults __P((void));
1760092Sbostic int	 getent __P((char *, char *));
1860092Sbostic int	 getflag __P((char *));
1960092Sbostic long	 getnum __P((char *));
2060092Sbostic char	*getstr __P((char *, char **));
2160500Selan void	 gettable __P((char *, char *));
2260092Sbostic void	 makeenv __P((char *[]));
2360092Sbostic char	*portselector __P((void));
2460092Sbostic void	 set_ttydefaults __P((int));
2560092Sbostic void	 setchars __P((void));
2660092Sbostic void	 setdefaults __P((void));
2760092Sbostic long	 setflags __P((int));
2860092Sbostic int	 speed __P((int));
2960092Sbostic 
3060092Sbostic int	 login_tty __P((int));			/* From libutil. */
31