xref: /csrg-svn/usr.bin/finger/extern.h (revision 69101)
150597Sbostic /*-
261995Sbostic  * Copyright (c) 1991, 1993
361995Sbostic  *	The Regents of the University of California.  All rights reserved.
450597Sbostic  *
550597Sbostic  * %sccs.include.redist.c%
650597Sbostic  *
7*69101Sbostic  *	@(#)extern.h	8.2 (Berkeley) 04/28/95
850597Sbostic  */
950597Sbostic 
1050597Sbostic extern char tbuf[1024];			/* Temp buffer for anybody. */
1150597Sbostic extern int entries;			/* Number of people. */
1250613Sbostic extern DB *db;				/* Database. */
1350597Sbostic 
1450597Sbostic void	 enter_lastlog __P((PERSON *));
1550597Sbostic PERSON	*enter_person __P((struct passwd *));
1650597Sbostic void	 enter_where __P((struct utmp *, PERSON *));
1750597Sbostic PERSON	*find_person __P((char *));
1850597Sbostic void	 lflag_print __P((void));
1950597Sbostic int	 match __P((struct passwd *, char *));
2050597Sbostic void	 netfinger __P((char *));
2150597Sbostic PERSON	*palloc __P((void));
2250597Sbostic char	*prphone __P((char *));
2350597Sbostic void	 sflag_print __P((void));
24