--- ray/src/px/pvalue.c 1997/01/08 08:51:43 2.12 +++ ray/src/px/pvalue.c 1998/10/27 09:08:27 2.13 @@ -322,6 +322,7 @@ unkopt: } +int checkhead(line) /* deal with line from header */ char *line; { @@ -343,6 +344,7 @@ char *line; doexposure++; } else if (header) fputs(line, stdout); + return(0); }