delete extra extern function declaratoins
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 28 Dec 1991 02:41:50 +0000 (18:41 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 28 Dec 1991 02:41:50 +0000 (18:41 -0800)
SCCS-vsn: usr.bin/find/find.c 5.4

usr/src/usr.bin/find/find.c

index 579d85d..ccbf6f1 100644 (file)
@@ -9,7 +9,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)find.c     5.3 (Berkeley) %G%";
+static char sccsid[] = "@(#)find.c     5.4 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -31,8 +31,6 @@ find_formplan(argv)
        char **argv;
 {
        PLAN *plan, *tail, *new;
        char **argv;
 {
        PLAN *plan, *tail, *new;
-       PLAN *c_print(), *find_create(), *not_squish(), *or_squish();
-       PLAN *paren_squish();
 
        /*
         * for each argument in the command line, determine what kind of node
 
        /*
         * for each argument in the command line, determine what kind of node