--- src/usr.bin/window/ww.h 2003/06/17 04:29:34 1.2 +++ src/usr.bin/window/ww.h 2004/08/30 18:06:50 1.3 @@ -35,7 +35,7 @@ * * @(#)ww.h 8.1 (Berkeley) 6/6/93 * $FreeBSD: src/usr.bin/window/ww.h,v 1.3.12.1 2001/05/17 09:45:01 obrien Exp $ - * $DragonFly: src/usr.bin/window/ww.h,v 1.1 2003/06/16 07:13:45 dillon Exp $ + * $DragonFly$ */ #ifdef OLD_TTY @@ -311,7 +311,7 @@ char *wwerror(); /* c library functions */ char *getenv(); char *tgetstr(); -char *rindex(); +char *strrchr(); char *strcpy(); char *strcat();