Small declatation typo
authorChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Mon, 28 Oct 1991 08:26:47 +0000 (00:26 -0800)
committerChristos Zoulas <christos@ucbvax.Berkeley.EDU>
Mon, 28 Oct 1991 08:26:47 +0000 (00:26 -0800)
SCCS-vsn: bin/csh/func.c 5.29

usr/src/bin/csh/func.c

index 4fe89ad..f94633d 100644 (file)
@@ -6,7 +6,7 @@
  */
 
 #ifndef lint
  */
 
 #ifndef lint
-static char sccsid[] = "@(#)func.c     5.28 (Berkeley) %G%";
+static char sccsid[] = "@(#)func.c     5.29 (Berkeley) %G%";
 #endif /* not lint */
 
 #include <sys/types.h>
 #endif /* not lint */
 
 #include <sys/types.h>
@@ -33,7 +33,6 @@ static void   islogin __P((void));
 static void    reexecute __P((struct command *));
 static void    preread __P((void));
 static void    doagain __P((void));
 static void    reexecute __P((struct command *));
 static void    preread __P((void));
 static void    doagain __P((void));
-static char    *isrchx __P((int));
 static void    search __P((int, int, Char *));
 static int     getword __P((Char *));
 static int     keyword __P((Char *));
 static void    search __P((int, int, Char *));
 static int     getword __P((Char *));
 static int     keyword __P((Char *));