=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/expand/expand.c,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/expand/expand.c 2003/06/10 22:20:46 1.6 +++ src/usr.bin/expand/expand.c 2003/07/03 03:09:39 1.7 @@ -1,4 +1,4 @@ -/* $OpenBSD: expand.c,v 1.6 2003/06/10 22:20:46 deraadt Exp $ */ +/* $OpenBSD: expand.c,v 1.7 2003/07/03 03:09:39 deraadt Exp $ */ /* $NetBSD: expand.c,v 1.5 1995/09/02 06:19:46 jtc Exp $ */ /* @@ -40,7 +40,7 @@ #if 0 static char sccsid[] = "@(#)expand.c 8.1 (Berkeley) 6/9/93"; #endif -static char rcsid[] = "$OpenBSD: expand.c,v 1.6 2003/06/10 22:20:46 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: expand.c,v 1.7 2003/07/03 03:09:39 deraadt Exp $"; #endif /* not lint */ #include @@ -54,8 +54,8 @@ int nstops; int tabstops[100]; -static void getstops(); -static void usage(); +static void getstops(char *); +static void usage(void); int main(int argc, char *argv[])