=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/finger/util.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/finger/util.c 2003/06/25 21:10:55 1.18 +++ src/usr.bin/finger/util.c 2003/07/02 21:04:10 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $ */ +/* $OpenBSD: util.c,v 1.19 2003/07/02 21:04:10 deraadt Exp $ */ /* * Copyright (c) 1989 The Regents of the University of California. @@ -35,7 +35,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)util.c 5.14 (Berkeley) 1/17/91";*/ -static char rcsid[] = "$OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: util.c,v 1.19 2003/07/02 21:04:10 deraadt Exp $"; #endif /* not lint */ #include @@ -56,8 +56,10 @@ #include "finger.h" #include "extern.h" -char *estrdup(char *); -WHERE *walloc(PERSON *pn); +char *estrdup(char *); +WHERE *walloc(PERSON *pn); +void find_idle_and_ttywrite(WHERE *); +void userinfo(PERSON *, struct passwd *); void find_idle_and_ttywrite(WHERE *w)