=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/soelim/Attic/soelim.c,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/usr.bin/soelim/Attic/soelim.c 1996/06/26 05:39:26 1.2 +++ src/usr.bin/soelim/Attic/soelim.c 1997/09/11 11:21:53 1.3 @@ -1,4 +1,4 @@ -/* $OpenBSD: soelim.c,v 1.2 1996/06/26 05:39:26 deraadt Exp $ */ +/* $OpenBSD: soelim.c,v 1.3 1997/09/11 11:21:53 deraadt Exp $ */ /* $NetBSD: soelim.c,v 1.3 1994/12/21 08:11:26 jtc Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)soelim.c 8.1 (Berkeley) 6/6/93"; #endif -static char rcsid[] = "$OpenBSD: soelim.c,v 1.2 1996/06/26 05:39:26 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: soelim.c,v 1.3 1997/09/11 11:21:53 deraadt Exp $"; #endif /* not lint */ #include @@ -66,6 +66,9 @@ */ #define STDIN_NAME "-" +int process __P((char *file)); + +int main(argc, argv) int argc; char *argv[];