--- ray/src/common/standard.h 1998/12/16 18:16:12 2.14 +++ ray/src/common/standard.h 1999/07/12 10:27:59 2.15 @@ -111,7 +111,7 @@ extern off_t lseek(); #endif extern long ftell(); -extern char *sskip(), *sskip2(); +extern char *nextword(), *sskip(), *sskip2(); extern char *getpath(), *getenv(); #ifndef malloc extern char *malloc(), *calloc(), *realloc();