--- ray/src/common/standard.h 1996/01/10 09:10:58 2.7 +++ ray/src/common/standard.h 1996/01/17 10:54:46 2.8 @@ -65,7 +65,7 @@ extern char errmsg[]; /* global buffer for error me #define rindex strrchr #endif -extern char *sskip(); +extern char *sskip(), *sskip2(); extern char *getpath(), *getenv(); #ifndef malloc extern char *malloc(), *calloc(), *realloc();