--- ray/src/common/image.c 1997/12/09 16:41:03 2.13 +++ ray/src/common/image.c 1998/10/27 08:44:29 2.14 @@ -518,13 +518,14 @@ struct myview { }; -static +static int gethview(s, v) /* get view from header */ char *s; register struct myview *v; { if (isview(s) && sscanview(v->hv, s) > 0) v->ok++; + return(0); }