summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/lst.lib/lstFind.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2004-11-26 12:17:23 +0000
committerharti <harti@FreeBSD.org>2004-11-26 12:17:23 +0000
commit1ce692dc6551a683467623fc437c34f027de50d1 (patch)
treeab00e91c580c3743e67b1db587afc97f17349ebd /usr.bin/make/lst.lib/lstFind.c
parente257308b07ececec004a50897bcb88d5ae23203e (diff)
downloadFreeBSD-src-1ce692dc6551a683467623fc437c34f027de50d1.zip
FreeBSD-src-1ce692dc6551a683467623fc437c34f027de50d1.tar.gz
Style: prototypes, un-register and remove some empty lines.
Diffstat (limited to 'usr.bin/make/lst.lib/lstFind.c')
-rw-r--r--usr.bin/make/lst.lib/lstFind.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/make/lst.lib/lstFind.c b/usr.bin/make/lst.lib/lstFind.c
index a859a93..8572847 100644
--- a/usr.bin/make/lst.lib/lstFind.c
+++ b/usr.bin/make/lst.lib/lstFind.c
@@ -63,11 +63,8 @@ __FBSDID("$FreeBSD$");
*-----------------------------------------------------------------------
*/
LstNode
-Lst_Find (l, d, cProc)
- Lst l;
- void * d;
- int (*cProc)(void *, void *);
+Lst_Find(Lst l, void *d, int (*cProc)(void *, void *))
{
+
return (Lst_FindFrom (l, Lst_First(l), d, cProc));
}
-
OpenPOWER on IntegriCloud