From c7d032fc4ac7d7924b20e1fea418272346d8c78c Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 2 Jul 2003 21:04:11 +0000 Subject: protos --- usr.bin/finger/util.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'usr.bin/finger') diff --git a/usr.bin/finger/util.c b/usr.bin/finger/util.c index 0c570af2063..98be72cc068 100644 --- a/usr.bin/finger/util.c +++ b/usr.bin/finger/util.c @@ -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 @@ static char rcsid[] = "$OpenBSD: util.c,v 1.18 2003/06/25 21:10:55 deraadt Exp $ #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) -- cgit v1.2.3