=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/error/Attic/filter.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/error/Attic/filter.c 1999/12/04 00:16:52 1.5 +++ src/usr.bin/error/Attic/filter.c 2001/07/12 05:17:02 1.6 @@ -1,4 +1,4 @@ -/* $OpenBSD: filter.c,v 1.5 1999/12/04 00:16:52 deraadt Exp $ */ +/* $OpenBSD: filter.c,v 1.6 2001/07/12 05:17:02 deraadt Exp $ */ /* $NetBSD: filter.c,v 1.3 1995/09/02 06:15:28 jtc Exp $ */ /* @@ -38,7 +38,7 @@ #if 0 static char sccsid[] = "@(#)filter.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: filter.c,v 1.5 1999/12/04 00:16:52 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: filter.c,v 1.6 2001/07/12 05:17:02 deraadt Exp $"; #endif /* not lint */ #include @@ -63,6 +63,7 @@ * Read the file ERRORNAME of the names of functions in lint * to ignore complaints about. */ +void getignored(auxname) char *auxname; { @@ -163,8 +164,9 @@ * and the linenumber the second. * Return the new categorization of the error class. */ -Errorclass discardit(errorp) - reg Eptr errorp; +Errorclass +discardit(errorp) + Eptr errorp; { int language; reg int i;